I am creating a web application that is designed to run in an Android browser.
When I have a webpage containing a meta tag of any kind, for example:
<meta name="viewport" content="width=400"/>
My webpage crashes on ajax calls. This happens when using the emulator, the actual browser on my base station and on the droid (everything works on Android 2.1).
Without a meta tag, ajax calls are executed as they should.
Any ideas?
source share