Android broswer crushes on Ajax calls, when viewport meta tag is defined
Posted
by Eran
on Stack Overflow
See other posts from Stack Overflow
or by Eran
Published on 2010-04-08T16:03:46Z
Indexed on
2010/04/24
12:53 UTC
Read the original article
Hit count: 412
I am building a web app, which is intended to run on the Android browser.
When I have a webpage that contains any kind of viewport meta tag, like this:
<meta name="viewport" content="width=400"/>
My webpage crushes on ajax calls. It happens when using the emulator, the actual browser on my nexus one, and on a droid (all running Android 2.1).
Without the meta tag, the ajax calls run as they should.
Any ideas?
© Stack Overflow or respective owner