Page 1 of 1

IOS9 Back (history) Problem

Posted: Sat Sep 19, 2015 12:39 pm
by taucher

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.


IOS9 Back (history) Problem

Posted: Mon Sep 21, 2015 3:04 pm
by Voltaire

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.


IOS9 Back (history) Problem

Posted: Mon Sep 21, 2015 7:01 pm
by Voltaire

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;


IOS9 Back (history) Problem

Posted: Wed Sep 23, 2015 8:53 am
by taucher

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,


IOS9 Back (history) Problem

Posted: Wed Sep 23, 2015 9:08 am
by Voltaire

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 ?!