Search code examples
androidscrolljqtouch

jqtouch website not working properly in android


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.


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?.