We were referred to use below repo for our kiosk browser needs in our custom ubuntu core image.
GitHub - ogra1/electron-kiosk-wayland First, thanks to @ogra to come up with this and @atomcult who referred.
Everything worked fine except for couple of issues and one of them being show stopper.
- We have the base window in a required kiosk mode, full screen etc., but when we open a new window that we’d like to be in a modal, resizable window, that user might be able to close it using close link on the right top corner. But By default it’s full screen browser with menu bar but no close button. We had to customize it.
- Anytime there is a popup dialog or JS alert in our application, our keyboard get locked up and we are not able to see cursor on the editable fields like text field etc. Occasionally backspace key works. It looks like a known issue. My query: Do we have a solution for the above issues? Or should I go back to Firefox to overcome this keyboard lock up issue?
I appreciate anyone’s response in advance.
Thanks, Saravanan