webpage on screens

Dashticz, alternative dashboard based on HTML, CSS, jQuery

Moderators: leecollings, htilburgs, robgeerts

Post Reply
jurg1505
Posts: 8
Joined: Sunday 07 July 2019 22:12
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

webpage on screens

Post by jurg1505 »

I have made a button that links to a screen.
How to show a web page on that screen at full screen size
columns[1] = {}
columns[40]['blocks'] = [' web page ]
columns[40]['width'] = 12;
var screens = {}
screens[4] = {}
screens[4]['background'] = 'bg2.jpg';
screens[4]['columns'] = [40]
Lokonli
Posts: 2290
Joined: Monday 29 August 2016 22:40
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: webpage on screens

Post by Lokonli »

You can use a button to open a webpage in a new page by setting the newwindow parameter of the button to 1.
See https://dashticz.readthedocs.io/en/mast ... parameters

If you use are using Fully Kiosk Browser (on Android) then the new webpage will open in full screen mode as well.

In Chrome I don't think it's possible, because Chrome doesn't allow webpages to be shown in full screen mode automatically.

Maybe as an alternative you could show the webpage in a Dashticz frame. Define a one column screen in Dashticz with only this frame as block. Use the slide parameter of the button to slide to this screen on click. If needed you could tweak the styling for this screen only via custom.css.
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest