Answer the question
In order to leave comments, you need to log in
Is there a browser without an interface?
Good afternoon, tell me a ready-made, free or inexpensive browser for terminals, the main requirement is to run only in full screen mode and the absence of interface elements, such as an address bar, etc. There is no way to set up a computer for kiosk mode .. thank you all for your answers :)
Answer the question
In order to leave comments, you need to log in
Google Chrome in Application Mode
orchromium --kiosk http://example.com/
Просто установите готовое расширение в браузере, например, это: https://addons.mozilla.org/en-US/firefox/addon/r-kiosk/
nwjs. В корне создать файл package.json:
{
"name": "Example",
"version": "0.0.1",
"main": "http://example.com",
"window": {
"show": true,
"frame": false,
"kiosk": true,
},
"webkit": {
"plugin": true
}
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question