Page 1 of 1

start screen html

Posted: Mon May 05, 2014 3:54 pm
by Jen5411892

When my app starts, I see this message (see image attached). Where is this coming from? Image

thank you


start screen html

Posted: Mon May 05, 2014 3:58 pm
by Alex GG

hi!
this is an alert, you should have alert(...); somewhere in your JS code for that page..


start screen html

Posted: Mon May 05, 2014 4:03 pm
by Jen5411892

Yes, I have this:
setTimeout(function(){alert(localStorage.getItem('pushNotificationDeviceID'));}, 1);

on start screen, device ready. Is this incorrect for push notifications?


start screen html

Posted: Mon May 05, 2014 4:38 pm
by Kateryna Grynko

Hi Jennifer,

It's ok. There is no need to use this alert so you can remove or comment it.


start screen html

Posted: Mon May 05, 2014 4:39 pm
by Jen5411892

Thank you Katya!