I'm new around here, been using jQM now for a month or so to build a small application.
After upgrading from jQM 1.0.1 to 1.1.0-rc.1 my jqplot charts stopped working completely.
I am unsure where the problem is, whether jqplot is somehow using methods no longer supported by the newest jQM or if newest jQM introduced some bugs.
Even the examples from jqplot website fail to produce anything. The jQM element's HTML simply remains totally empty. I get nothing in console. The moment I switch back to jQM 1.0.1 everything works just fine again.
I generally use PhoneGap for cross-platform mobile development but this bug is visible also if I only use Chrome.
Used versions:
- jQM 1.1.0-rc.1
- jqplot 1.0.0b2_r1012 (newest)
- jQuery 1.7.1 with both jQM versions (I know it's not supported for jQM 1.0.1 but realized too late to change)
So I'm a bit unsure if I should report this as a bug in jQM or not.