Replies: 3 comments
-
Maybe you can achieve that with combinations like this: Window::open()
->frameless()
->resizable(false)
->closable(false)
->minimizable(false)
->fullscreen(true); Since we are talking about self payment totems, user won't be able to simply touch out of the app. |
Beta Was this translation helpful? Give feedback.
0 replies
-
There is also support for kiosk-mode: |
Beta Was this translation helpful? Give feedback.
0 replies
-
Closing as this is implemented. Just needs to be added to the docs |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Imagine running a NativePHP APP on a touchscreen device where visitors use your APP but you do not want them to be able to get into some administrator pages inside your App, or worse onto the operating system Desktop .... where they can gain access to (??) everything else?
I can imagine such feature can be handy in many scenarios. [ You prob all seen these ordering monitors at the entry in your local McDonalds? ]
So, for example access to a wireless connected keyboard would only open up the full APP with a specific keyboard keys combination or show a login for any authorized person what has either full control or a kind of group-access only.
Or whatever is better!
The usage reasons for this idea are basically limitless!
A reference something like "Secured Windows" here:
https://nativephp.com/docs/1/the-basics/windows
Would be awesome!!!!!!!
PS: I get eager myself to create an APP that resembles the current "popular" , 'Self Scan CheckOut' systems, but i not own any of the barcode-scanner devices to run tests and experiments.
Other Dev's who are interested in working together or can offer (loan) equipment can always contact me via ( E-Mail in profile) @osc2nuke
Beta Was this translation helpful? Give feedback.
All reactions