You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to to use the plugin withthe newest jQuery Mobile(1.4.0). It works great except for the centering processing and positioning values seems to be doubling up when pages any pages past the initial load are navigated too.
I had hoped to just call the plugin on a global page create. Obviously this is just recalling the plugin on each pageshow and the centered values are adding onto each other. Is there a way to initiate a 'clean' or 'destroy' on the plugin elements before they are initialized without having to create a hack outside of the plugin?
Any help would be greatly appreciated. Love the plugin. Aside from this issue its perfect for working in a framework like jQM :-)
I'm trying to to use the plugin withthe newest jQuery Mobile(1.4.0). It works great except for the centering processing and positioning values seems to be doubling up when pages any pages past the initial load are navigated too.
I had hoped to just call the plugin on a global page create. Obviously this is just recalling the plugin on each pageshow and the centered values are adding onto each other. Is there a way to initiate a 'clean' or 'destroy' on the plugin elements before they are initialized without having to create a hack outside of the plugin?
Any help would be greatly appreciated. Love the plugin. Aside from this issue its perfect for working in a framework like jQM :-)
here is my basic code for some context:
The text was updated successfully, but these errors were encountered: