Skip to content Skip to sidebar Skip to footer

Phonegap Android Querystring Issue

I seem to be having a issue using phoneGap with querystrings I wanted to have a page as: view.html?matchid=1234 I have also tried: view.html#1234 Both of these work in the emulator

Solution 1:

There is an issue for this in the Android issue tracker. http://code.google.com/p/android/issues/detail?id=17535

It affects all versions of Honeycomb and ICS.

It has been fixed and marked for Future release, so don't expect it anytime soon.

You can find some workarounds on the issue thread.

Post a Comment for "Phonegap Android Querystring Issue"