Jakub
Posts: 0
Joined: Fri Dec 05, 2014 10:53 pm

Cart App not stopped working in iOS browser

Hi,
my cart based app stopped working on iOS browser. Works fine in test mode.
http://appery.io/app/project/2ce21ea7...
It used to work fine. What has changed?

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

Cart App not stopped working in iOS browser

Hello Jakub,

Could you please be more specific?
What exactly does not work?
How do you test this?

Jakub
Posts: 0
Joined: Fri Dec 05, 2014 10:53 pm

Cart App not stopped working in iOS browser

I add items into the cart
// Persist cart
Apperyio.storage.cart.set(cart);

Then on the Cart page I try to retrieve from
var cart = Apperyio.storage.cart.get() || "Nothing";

Nothing gets retrieved.
Now I also tested in on Android. Same problem. This is in the HTML5 exported app/website. Works fine in Test on Appery.io
Do the mobile browsers have access to Apperyio.storage (when not on your site)?

Jakub
Posts: 0
Joined: Fri Dec 05, 2014 10:53 pm

Cart App not stopped working in iOS browser

Hello? Any response?

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Cart App not stopped working in iOS browser

If it works in the browser it should work in the mobile-browser.

Please debug your implementation.

Jakub
Posts: 0
Joined: Fri Dec 05, 2014 10:53 pm

Cart App not stopped working in iOS browser

Is there a way to debug in mobile browser?

Jakub
Posts: 0
Joined: Fri Dec 05, 2014 10:53 pm

Cart App not stopped working in iOS browser

That is perfect! Thanks.
I see that I have Local storage and Session storage bins in the debugger. How do I assign variable to each?
Thx

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Cart App not stopped working in iOS browser

Hello Jacub,

You get all variables, which you add in Model and Storage tab: https://devcenter.appery.io/documenta...

Return to “Issues”