Jen5411892
Posts: 0
Joined: Tue Jan 08, 2013 3:13 pm

start screen html

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

thank you

Alex GG
Posts: 0
Joined: Thu Nov 14, 2013 11:11 pm

start screen html

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

Jen5411892
Posts: 0
Joined: Tue Jan 08, 2013 3:13 pm

start screen html

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

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

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

start screen html

Hi Jennifer,

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

Jen5411892
Posts: 0
Joined: Tue Jan 08, 2013 3:13 pm

start screen html

Thank you Katya!

Return to “Issues”