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

iOS 6.0.1 camera freeze with jQuery 1.8.2 and jQuery Mobile 1.2.0 #1

Open
ghost opened this issue Nov 6, 2012 · 2 comments
Open

iOS 6.0.1 camera freeze with jQuery 1.8.2 and jQuery Mobile 1.2.0 #1

ghost opened this issue Nov 6, 2012 · 2 comments

Comments

@ghost
Copy link

ghost commented Nov 6, 2012

Adding jQuery and jQuery Mobile to the project results in the camera freezing in iOS on the first image the camera sees when scanning.

  • This is seen on iOS 6.0.1 with jQuery 1.8.2 and jQuery Mobile 1.2.0.
  • The project is built with PhoneGap Build and the equivalent Android build works fine.
  • I've tried moving the script tags to different locations in the index page.
  • I've tried jQuery.noConflict() in case of a conflict with another of the js includes.
  • I've tried using the CDN links for the jQuery scripts as well as local copies of the libraries.

Unfortunately, the issue remains. Curiously, including either jQuery library alone does not freeze the camera…. Perhaps this issue should be raised through Apache's JIRA tracker instead? Anyway, thanks for the lovely plugin!

@papsl
Copy link

papsl commented Jan 11, 2013

I'm also geting some random camera freeze when using with jQuery Mobile. Is there some simple work around or fix?

@papsl
Copy link

papsl commented Jan 11, 2013

Root cause of this freeze is multiple event executing in jQuery Mobile. After preventing multiple execution of events, consequently scan method is now also executed only once.

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

1 participant