Page 1 of 3

IOS 9 jquery back button problem with solution

Posted: Mon Sep 21, 2015 7:21 am
by Voltaire

IOS 9 , back button included in the header is not working, just remove the back button, add a button to the header and add js and move the desired page and it will work.
I thought I would share this problem and solution


IOS 9 jquery back button problem with solution

Posted: Mon Sep 21, 2015 8:19 am
by Alena Prykhodko

Hello,

Thank you for sharing.


IOS 9 jquery back button problem with solution

Posted: Mon Sep 21, 2015 10:33 am
by Voltaire

Welcome, still I found another problem that appeared now, the drop down list , when clicking to chose an option, the page is lost and the previous page appears, will check it later to see if I have to invoke the service on device ready or ...


IOS 9 jquery back button problem with solution

Posted: Mon Sep 21, 2015 12:45 pm
by Alena Prykhodko

Do you populate drop-down list from service?


IOS 9 jquery back button problem with solution

Posted: Mon Sep 21, 2015 12:51 pm
by Voltaire

Yes I do


IOS 9 jquery back button problem with solution

Posted: Mon Sep 21, 2015 1:36 pm
by Tim7770173

I've encountered this problem too. I found this:

https://github.com/jquery/jquery-mobi...

but have not been able to test it due to build issues with GAPlugin.


IOS 9 jquery back button problem with solution

Posted: Mon Sep 21, 2015 6:58 pm
by Voltaire

Hello again,
problem solved, we need to make 2 changes.
1st for the back button we have to remove the back button from the header and place a button with js go to page ...

2nd for the select problem, we need to insert a code :
$.mobile.hashListeningEnabled = false;
in the source edit , in the jquery init function before the jquery mobile init function, this will make the list work.

Hope you will find this useful, it worked for me.

Regards;


IOS 9 jquery back button problem with solution

Posted: Wed Sep 23, 2015 5:23 am
by Vinicius ApliMed

Phonegap 5.2.0 + jquery mobile 1.4.5 + xcode 6 or 7, resolved you problems.


IOS 9 jquery back button problem with solution

Posted: Sat Oct 03, 2015 2:10 am
by hb condo

Voltaire, thank you for posting your issue with solution for the back button. My app in the apple app store is broken now on iOS 9 devices so I am rushing to fix it with your solution.


IOS 9 jquery back button problem with solution

Posted: Sun Oct 04, 2015 6:39 pm
by Voltaire

Glad you solved your problem, at the end, we must share info and help each others