taucher
Posts: 0
Joined: Fri Apr 17, 2015 6:06 am

IOS9 Back (history) Problem

Hello,

With IOS9 update, my jquery mobile app header back doesn't work properly.

I added code$.mobile.hashListeningEnabled = false; /code to code$(document).bind("mobileinit", function()/code from the source edit. It is working but not as before IOS9 update.

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

IOS9 Back (history) Problem

Hello,

I am facing 2 problems, back button and a list populated by a rest service, I did the following , I added the same line in the mobileinit function which helped me in the list in IOS 9, ( it was disappearing when clicked) and for the back button , I removed the back option from the header, and added a button with js move to the desired page, hope that this will help. I will test later today and will give a feedback, thanks for mentioning your js.

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

IOS9 Back (history) Problem

Hello again,

as mentioned before 2 things are needed to be done, first the thing you mentioned above and it seems it is a must for the list to work, and the second to remove the back button from the header and insert a button with JS move to a specific page.

Tested on IOS 9 and earlier, Android....

Regards;

taucher
Posts: 0
Joined: Fri Apr 17, 2015 6:06 am

IOS9 Back (history) Problem

Hello Voltaire,

Exactly as yours, i found the solution in that way. I think there is no other solution right now.

I am glad that the solution worked for you and anyone has the same problem.

Regards,

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

IOS9 Back (history) Problem

Thanks for mentioning the $.mobile.hashListeningEnabled = false; function, which helped me in the list problem concerning the IOS9, still Vinicius replied on another topic:
Phonegap 5.2.0 + jquery mobile 1.4.5 + xcode 6 or 7, resolved the problems.

I did not test it yet.

But what concerns me is the new IOS 9 hacking, is the app that is built on appery as IPA accepted by the Apple store or we need to download the xcode source and build it again using the xcode ?? I am afraid of getting an email that the app has been removed. Anyone has any info about it ?!

Return to “Issues”