Monday, 12 September 2011

Bug fixed for Samsung Galaxy SII

For some reason when viewing a dialog page for JQuery Mobile using Android 2.22 on Samsung Galaxy SII, if you close the dialog box when opening from main page, such that it goes back to the main page again, and click a submit button, on the application I am writing it goes back to the dialog page which is not what I wanted. That is a real surprise considering its the latest Android device, and hasn’t been thoroughly tested on the latest version with JQuery Mobile. The long fix is to manually remove the submit button, and manually append the same button with the ID, and with the binding click event from the main JS file, which means copying the right functions.

No comments: