Open tikismoke opened 7 years ago
Like that ? https://snag.gy/GBW7OX.jpg
For example to start yes.
To refresh : location.reload(); To full screen :
function fullScreen(element) {
if(element.requestFullScreen) {
element.requestFullScreen();
} else if(element.webkitRequestFullScreen ) {
element.webkitRequestFullScreen();
} else if(element.mozRequestFullScreen) {
element.mozRequestFullScreen();
}
}
Cool, could you create the widget and make a PR?
I'll try
Thank's in advance ;)
In some case it appens that my dashboard could be locked in certain conditions. Widgets camera and web browser in full screen.
No more SSH access due to wi-fi limited. On-screen keyboard hide behind browser.
The only solution is brutal reboot.
A F11 and F5 widget could save me time. F5 to unload network flow F11 to get all menu back