Ram
Posts: 0
Joined: Fri Aug 02, 2013 12:15 pm

Problem: setInterval working well in preview but not in safari

thx for that info.

i will try it but I'm a bit confused now, as this app intended to work as a web application without any installation, and its working well in the "mobile preview" why do i need to test it as an IPA?

Garrett
Posts: 0
Joined: Sat Aug 17, 2013 12:18 pm

Problem: setInterval working well in preview but not in safari

That's a good point. You should look into what JavaScript routines work in Safari. Unfortunately, JS can be touchy depending on the targeted browser and its version.

Ram
Posts: 0
Joined: Fri Aug 02, 2013 12:15 pm

Problem: setInterval working well in preview but not in safari

so your guess is that there's some JS that is working well in the pc browser but not in the safari mobile ? if so, is there some kind of "firebug" that i can can debug this for the safari mobile? or any other way?

Ram
Posts: 0
Joined: Fri Aug 02, 2013 12:15 pm

Problem: setInterval working well in preview but not in safari

@Garrett

you are right! i tested it on my lumia 920 (windows phone) and its working well there, so the problem is somewhere within the safari mobile...

Garrett
Posts: 0
Joined: Sat Aug 17, 2013 12:18 pm

Problem: setInterval working well in preview but not in safari

I just tested setInterval (http://www.w3schools.com/js/tryit.asp?filename=tryjs_setinterval) on iOS 7 browser and it seems to work for me. If your webapp is online, you can send me the link and I can test it too.

Ram
Posts: 0
Joined: Fri Aug 02, 2013 12:15 pm

Problem: setInterval working well in preview but not in safari

@Garrett

ohh boy... :0

many many thanks for your help!!!

Ram
Posts: 0
Joined: Fri Aug 02, 2013 12:15 pm

Problem: setInterval working well in preview but not in safari

i'd appreciate it! can you give me your email?

Garrett
Posts: 0
Joined: Sat Aug 17, 2013 12:18 pm

Problem: setInterval working well in preview but not in safari

No problem. I know how it is. BTW, If you have something you would like me to test, my email is a href="mailto:gurt1@gurt.com" rel="nofollow"gurt1@gurt.com/a

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

Problem: setInterval working well in preview but not in safari

Ram, tested in Safari 6.1.3, works fine.

Return to “Issues”