Questions tagged [mobile-browser]

A mobile browser is a web browser designed for use on a mobile device such as a mobile phone or PDA.

A mobile browser is a web browser designed for use on a mobile device such as a mobile phone or PDA. It also called a microbrowser, minibrowser, or wireless internet browser (WIB) that are optimized so as to display Web content most effectively for small screens on portable devices. Mobile browser software must be small and efficient to accommodate the low memory capacity and low-bandwidth of wireless handheld devices. Typically they were stripped-down web browsers, but as of 2006 some mobile browsers can handle more recent technologies like CSS 2.1, JavaScript, and Ajax.

417 questions
0
votes
0 answers

Open vCard files from browser on Android?

I would like to skip going to downloads folder to get load a vCard from the browser. What I have in mind is something like having Download vCard that will it pop up the Contacts? I want android to prompt "complete…
Luis LL
  • 2,912
  • 2
  • 19
  • 21
0
votes
1 answer

Sorting DOM elements does not work properly on mobile devices(android browser, chrome, safari)

I have a div with elements inside that i would like to sort by data value. $('div#mainFrame div.element-container').sort(function(a, b) { return parseInt($(a).data('price')) < parseInt($(b).data('price')); }) .appendTo('div#mainFrame'); I've…
Ogelami
  • 366
  • 1
  • 14
0
votes
2 answers

Ignore a script on a Mobile browser

I have a website that calls this "live chat" script in the header: However, on the mobile version of this site, the "Live Chat" widget gets in the way of the site. Any…
0
votes
2 answers

Test mobile website compatibility

I am developing a mobile website using JQuery mobile, HTML 5. I want to test my site in various browsers. Can some one tell me some of the mobile browsers to test on ? I want to check whether it works fine on all touch enabled phones.
0
votes
0 answers

Sticky headers for mobile browser

I am making a sticky header that works on a touch screen, using hammer.js for touch gestures: scrollEvent: function () { Hammer('.desktop', { drag_block_horizontal: true, drag_lock_to_axis: true, …
nihulus
  • 1,475
  • 4
  • 24
  • 46
0
votes
2 answers

Get GPS Location of Mobile Phone

I have been looking around Google and SO for a way to get the GPS location of a user using a mobile phone with PHP. However, the only solutions I have found use Javascript, and I would rather not have to do some complicated stuff using Javascript…
tomb
  • 1,817
  • 4
  • 21
  • 40
0
votes
1 answer

Google Analytics PHP API (GAPI) non-mobile browsers

I am trying to display the top 5 of non-mobile browsers with GAPI. I can't seem to find a way of doing this, is this even possible? This is how I get the percentage of mobile visits: $ga->requestReportData(GA_PROFILE_ID, array("isMobile"),…
0
votes
1 answer

How to change default search engine with JS api on android platform?

How to change default search engine with JS api on android platform? we could set default search engine on iphone, not manually. But wonder how to do this on android.
balduran
  • 132
  • 9
0
votes
1 answer

Is it OK to use rem for mobile website design

I am wondering if it is a good idea to use rem in my mobile website. Doing so makes life a lot easier but I don't have any older devices to test on and I can't find any clear information on support in ie mobile.
Finglish
  • 9,692
  • 14
  • 70
  • 114
0
votes
2 answers

Android is sending 2 requests to download one file via mobile browser

That is really happening. I made test in PHP to confirm this. I created a test.php file and put:
tasmaniski
  • 4,767
  • 3
  • 33
  • 65
0
votes
2 answers

two different versions of website mobile and desktop

When I go into ibm both in website and mobile I see two different links http://www.ibm.com/us/en/ http://m.ibm.com/us/en/ How iphone detects mobile version? http://m.ibm.com/us/en/ I'am working on my project to do different sites but dont know to…
user1943618
0
votes
0 answers

Jquery Sticky Plugin broken on Mobile browser

I recently adapted the jQuery plugin, 'Sticky,' for my companies WordPress site. The plugin itself is strictly jQuery, and not WordPress specific. While the plugin works great for desktop browsers, it's having styling troubles when rendered on…
0
votes
1 answer

Play HTML5 video in fullscreen if the command from server is play

I have a database field which has different commands set to it. For e.g play, pause and stop. The client webpage loops for the command to be play. If the command is play it calls another function call playVideo() and should play a video in full…
VendettaDroid
  • 3,131
  • 2
  • 28
  • 41
0
votes
1 answer

How to prevent page jump up when open soft keyboard on mobile browser?

I'm studying mobile web app. How to prevent page jump up when open soft keyboard on mobile browser?
StoneHeart
  • 15,790
  • 32
  • 67
  • 84
0
votes
3 answers

Mobile html shortcuts

I'd like to know what are the shortcuts (href codes) that bring up different functionalities on different devices. e.g. mailto: (opens the mail clients on a desktop/mobile) tel: brings up the "call" option on a phone What are the others ? Is…
Prakash Raman
  • 13,319
  • 27
  • 82
  • 132