Question

I developed a mobile website using jqtouch. It works fine in iPhone but doesnt work in android.

First the page loads properly in android but when we scroll then it doesnt display anything on the screen. But I am able to click on links and it navigates properly. So am assuming that there is text on the screen but its not getting displayed.

I did look at issues posted in google code where they said that its the problem with transparent gif and suggested to use base64 value. I tried that, even then its not working.

Any suggestions?

Thanks.

Was it helpful?

Solution

I think you need an effective way to debug jqt on Android browser. Here are a couple of other ways you should test the page, if you have not done so:

  1. Test on Google Chrome.
  2. Test on Android Emulator with adb logcat. Here is a post describing how you can debug pages in an Android browser: How can I debug javascript on Android?.

OTHER TIPS

Just another note on this. The jQTouch download from their website is quite behind. It's a great deal better to get jQTouch from GitHub: https://github.com/senchalabs/jQTouch

(or if you want something that also allows for fixed headers and/or footers and scrolling areas in between, try the DataZombies fork: https://github.com/DataZombies/jQTouch).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top