-
1
- #1
ThomasJSmart
Programmer
- Sep 16, 2002
- 634
For those of you who may run into the same issue... this is something that was annoying me for the last hour.
I have a small web app that depends heavily on jquery, jquery ui and a few jquery plugins.
The app worked fine on the computer and fine in android on the default browser. For some reason it was not working at all in firefox on the android.
after much searching and debugging it turns out that firefox on the android cannot read the minified version of jquery or jquery ui. It gives an error, no idea why.
I replaced the minified jquery and ui with the regular versions and then it worked just fine problem solved.
Thomas
site | blog | iphones |
I have a small web app that depends heavily on jquery, jquery ui and a few jquery plugins.
The app worked fine on the computer and fine in android on the default browser. For some reason it was not working at all in firefox on the android.
after much searching and debugging it turns out that firefox on the android cannot read the minified version of jquery or jquery ui. It gives an error, no idea why.
I replaced the minified jquery and ui with the regular versions and then it worked just fine problem solved.
Thomas
site | blog | iphones |