Page 1 of 1

How can I create an alert when there is no internet connection?

Posted: Wed Nov 19, 2014 8:39 pm
by Rafael Marques

How can I create an alert when there is no internet connection?

When there is no internet connection I want to display an alert and prevent the user can search in the app.


How can I create an alert when there is no internet connection?

Posted: Wed Nov 19, 2014 8:51 pm
by Maryna Brodina

Hello!

Call alert on Offline event.


How can I create an alert when there is no internet connection?

Posted: Wed Nov 19, 2014 10:25 pm
by avf

How can I create an alert when there is no internet connection?

Posted: Wed Nov 19, 2014 10:43 pm
by Rafael Marques

not work..

Call alert on offline event not work


How can I create an alert when there is no internet connection?

Posted: Thu Nov 20, 2014 1:49 am
by She

page (load/show) event = offline run javascript: Alert("You've lost internet connection.");


How can I create an alert when there is no internet connection?

Posted: Thu Nov 20, 2014 1:52 am
by She

How can I create an alert when there is no internet connection?

Posted: Thu Nov 20, 2014 2:10 am
by Yang Mega

I have the same problem


How can I create an alert when there is no internet connection?

Posted: Thu Nov 20, 2014 2:15 am
by She

mine is working


How can I create an alert when there is no internet connection?

Posted: Thu Nov 20, 2014 2:35 am
by She

How can I create an alert when there is no internet connection?

Posted: Thu Nov 20, 2014 4:28 am
by Yurii Orishchuk

Hello,

Yes, EDS provide correct solution.

Note, offline event may take some time.

Regards.