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
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!
The text was updated successfully, but these errors were encountered:
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.
Adding jQuery and jQuery Mobile to the project results in the camera freezing in iOS on the first image the camera sees when scanning.
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!
The text was updated successfully, but these errors were encountered: