Page 4 of 4

Not worknig redirect on iOS in childbrowser.

Posted: Fri May 17, 2013 8:59 pm
by Maryna Brodina

Hi, still no news, we'll continue working on it.


Not worknig redirect on iOS in childbrowser.

Posted: Sun May 19, 2013 9:43 pm
by Christine Stringfield

Hi, I think there is an issue with localStorage and PhoneGap. The Facebook tutorial provided by Appery works fine for mobile web logins, and on the desktop browsers, but does not work in the Android & iOS versions. Calling localStorage from within the InAppBrowser or ChildBrowser does not save to localStorage in the app itself.

The problem I have been experiencing is very similar to this:

http://www.marshut.com/iumuh/localsto...

I found a workaround that seemed suitable. instead of saving the Facebook code to localStorage, I saved the code to an invisible label component on the startScreen. Then when the user clicks on a "Get Started" button (only visible after the user successfully logs in), this event will save the label text to localstorage, and I can then proceed as normal with my app.


Not worknig redirect on iOS in childbrowser.

Posted: Mon May 20, 2013 5:47 am
by Maryna Brodina

Hi Christine! Thank you for update!