Page 1 of 1

Signage

Posted: 28 Dec 2016, 15:32
by juliodiz
I'm using it in an elevator and the connection sometimes goes offline. If the page is not available I would like to keep the last page loaded.

The problem is that I need to wait again and reload with a signal to display the page.

How can i do that?

Re: Signage

Posted: 28 Dec 2016, 19:55
by fanthom
Hello juliodiz,

Which browser are you using? What happens when network goes down - what type of page is displayed? Did you try alternate browser (in case it handles such issue better)?

Thank you.

Re: Signage

Posted: 29 Dec 2016, 22:26
by juliodiz
Thank you for your help!
I'm using firefox. What happens is that they are installed in an elevator, but when the elevator is on the move and the page reloads, show page that can not be displayed from firefox (Because it has no wifi signal until returning to the first floor)

Ideally, if he could not load the page he would still be displaying the last one.

How can they install porteus kiosk in a WiFi lift without displaying the error page that is no signal?

Re: Signage

Posted: 30 Dec 2016, 11:14
by fanthom
Try this parameter:

Code: Select all

run_command=echo 'user_pref("accessibility.blockautorefresh", true);' >> $profile/user.js
It should make the webpage never refreshing automatically.

Re: Signage

Posted: 30 Dec 2016, 14:30
by juliodiz
But i want automatically.
The problem is when the wifi is not avaliable. Its possible to refresh only when the Page is avaliable?