How to use forms in jQuery Mobile? -
i'm new jquery mobile, i'm stumbling on couple things. app (prior getting jquery mobile involved) made heavy use of html forms submitted data via url parameters next page. no server involved in this; it's client side.
since jqm uses whole ajax page loading system, had data-ajax="false" in order make them still work. on ios, fine. perfect working app.
but android has bug passing parameters url not allowed.
how else can purpose achieved?
Comments
Post a Comment