Can WTware be used as a kiosk?

Post a reply

Smilies
:D :) :( :o :shock: :? 8) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen:

BBCode is OFF
Smilies are ON

Topic review
   

Expand view Topic review: Can WTware be used as a kiosk?

Re: Can WTware be used as a kiosk?

by aka » Fri Oct 29, 2021 11:28 pm

WTware can be used as a kiosk. Local chromium, without terminal server.:

Code: Select all

application = chromium
chrome_mode = kiosk
Or:

Code: Select all

application = chromium
chrome_mode = kiosk-nopointer
There is no URL filtering in wtware. You can specify start url with chrome_url= option. User can go further if there are external links on this site.

Can WTware be used as a kiosk?

by bmgfan » Fri Oct 29, 2021 5:37 pm

I saw someone elsewhere asking about Chrome and a Kiosk on Wtware. Can WTware be used as a Raspberry Pi kiosk? (ie it boots up into either
a terminal server account and to a specific web page and its sub-URLs) or even a local network account locked into the same single website.

Top