Page 2 of 2

ios9 update breaks our app

Posted: Mon Oct 05, 2015 10:54 pm
by SteveLacy

Follow up... The app worked in the Appery tester, but when I bring the app into Xcode, the "onchange" for the select menu no longer works. Ugh. So trying to find a better solution. Any suggestions are appreciated.


ios9 update breaks our app

Posted: Mon Oct 05, 2015 11:08 pm
by Hugh Black

So here is what I did to get around the IOS9 breaking my app.

1) Made all select components native.
2) Converted PopUp components that are launched when the user needs to push a button, or select something from a list into a Panel component instead. 3) If the popup/panel is launched from a list and you need to maintain the place in the list when the panel closes then I figure out the location via this code before launching the panel
scrolled_val = $(document).scrollTop().valueOf();

Then on the onClose event of the panel I do this
scrollTo(0, scrolled_val);

That fixed my app and xCode liked it and I have some happy IOS9 users now.


ios9 update breaks our app

Posted: Sun Oct 11, 2015 3:35 am
by SteveLacy

Thanks for the feedback. I also converted my select menus to panel selections and things are working good now (even in Xcode). Submitted the update to my app in the Apple app store and we should be good now. Thanks for your suggestion.


ios9 update breaks our app

Posted: Tue Oct 13, 2015 5:23 pm
by Crystal Ege7811176

Adding the attribute data-history="false" to the popup properties fixed the problems I was having with them. Stack Overflow discusses the JQM issue here: http://stackoverflow.com/questions/32...