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?
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?
Hello Jakub,
Could you please be more specific?
What exactly does not work?
How do you test this?
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)?
Hello? Any response?
If it works in the browser it should work in the mobile-browser.
Please debug your implementation.
Is there a way to debug in mobile browser?
Please try with Weinre https://devcenter.appery.io/documenta...
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
Hello Jacub,
You get all variables, which you add in Model and Storage tab: https://devcenter.appery.io/documenta...