start screen html
Posted: Mon May 05, 2014 3:54 pm
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
hi!
this is an alert, you should have alert(...); somewhere in your JS code for that page..
Yes, I have this:
setTimeout(function(){alert(localStorage.getItem('pushNotificationDeviceID'));}, 1);
on start screen, device ready. Is this incorrect for push notifications?
Hi Jennifer,
It's ok. There is no need to use this alert so you can remove or comment it.
Thank you Katya!