Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Am I right that this plugin doesnt work in jqmobile 1.4.5 #91

Open
matak opened this issue Apr 20, 2016 · 3 comments
Open

Am I right that this plugin doesnt work in jqmobile 1.4.5 #91

matak opened this issue Apr 20, 2016 · 3 comments

Comments

@matak
Copy link

matak commented Apr 20, 2016

All events in 1.4 and up was changed, so pageshow etc. will not work. Am I right? This plugin is written only for jqmobile 1.3?

@azicchetti
Copy link
Owner

All events in 1.4 and up was changed, so pageshow etc. will not work. Am I right? This plugin is written only for jqmobile 1.3?

Hi,
you're absolutely right.

I've stopped using jQuery Mobile since 1.3 and the plugin is more or less discontinued

A.

@matak
Copy link
Author

matak commented Apr 21, 2016

Thanks,

would be great to notice somewhere, bcs, it could take some hours to find what is wrong if it doesnt work.

Is there any alternative to this plugin? Or you switch jqmobile as framework? for what?

Or the solution is only to change:

line 116
pagebeforeshow: null, pageshow: null, pagecontainershow: null,
line 232
selectors: "body,:jqmData(role='page'),:jqmData(role='dialog')",

and it will work? is it enough?

@azicchetti
Copy link
Owner

Thanks,

would be great to notice somewhere, bcs, it could take some hours to find what is wrong if it doesnt work.

Yes, I'll put a notice on top, would be great to find a new maintainer and rewrite the plugin from scratch to better suit jQM >= 4.

Is there any alternative to this plugin? Or you switch jqmobile as framework? for what?

I'm using phonejs/devexpress mobile now, life has been easier since then, eheh.
But I guess Ionic is a great framework too

Or the solution is only to change:

I don't know, I need to find a few spare time to properly debug this issue, sorry I can't be much helpful now

Cheers,
A.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants