I developed a mobile web application using the jquery mobile framework ... on my homepage I added a div with some instructions for those who are viewing my Android Android device ...
<div class="instruction"> Some instructions for android users here... </div>
What is my question, I need this div display only when my website is running an Android browser and browsers, if when starting my website, except for Android browsers, for example: iOs, nokia, etc., you just need to hide this div..This means that this content div allows reading only for those who view my site using Android devices and browsers.
any idea. ?? thanks
source share