Voltaire
Posts: 0
Joined: Thu Apr 09, 2015 8:48 pm

IOS 9 jquery back button problem with solution

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

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

IOS 9 jquery back button problem with solution

Hello,

Thank you for sharing.

Voltaire
Posts: 0
Joined: Thu Apr 09, 2015 8:48 pm

IOS 9 jquery back button problem with solution

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 ...

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

IOS 9 jquery back button problem with solution

Do you populate drop-down list from service?

Tim7770173
Posts: 0
Joined: Mon Sep 21, 2015 1:35 pm

IOS 9 jquery back button problem with solution

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.

Voltaire
Posts: 0
Joined: Thu Apr 09, 2015 8:48 pm

IOS 9 jquery back button problem with solution

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;

Vinicius ApliMed
Posts: 0
Joined: Wed Sep 23, 2015 5:23 am

IOS 9 jquery back button problem with solution

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

hb condo
Posts: 0
Joined: Mon Jul 14, 2014 7:38 am

IOS 9 jquery back button problem with solution

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.

Voltaire
Posts: 0
Joined: Thu Apr 09, 2015 8:48 pm

IOS 9 jquery back button problem with solution

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

Return to “Issues”