V
V
Viktor Potapov2015-12-21 16:10:23
System administration
Viktor Potapov, 2015-12-21 16:10:23

How to control program usage in windows?

Case. There is a web service. You need to open a full-screen (without address bar) browser, go to the web service link, and block any attempts to exit or close it.
Does anyone have a program / solution on this topic?
Clearer examples are to open a site on the screen of a payment terminal, and keep it from being closed by ordinary users.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
abcyu, 2015-12-21
@midikko

Many browsers have "kiosk mode" specifically for these purposes.
For the same purposes, there are special browsers born without controls. Node-WebKit, for example, can
search for the phrase "browser kiosk mode" . Classic browsers like Chrome can also do it: www.kioware.com/resources.aspx?resID=41

M
Mark Doe, 2015-12-21
@mourr

Use for example nw.js in kiosk mode - it will open in full screen without closing controls. And the application itself will consist only of an index.html file with the code of the form

<iframe src="http://your-web-service.com" height="100%" width="100%" frameborder="0"></iframe>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question