-
-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Dashboard in kiosk mode in read only mode #275
Comments
Hi @mizarmess, |
Hi @mizarmess, I was able to reproduce the issue in a new dashboard (for some reason it is not reproducible in my already created dashboards). Just using this configuration: kiosk_mode:
kiosk: true Let the debugging part on my side. I'll check what is happening there. |
@mizarmess, I was not able to detect it because it only occurs when one navigates through the sidebar to a dashboard with In the moment that a navigation to a dashboard without sidebar occurs, the animation that closes the sidebar doesn't finish and then multiple classes and attributes are not removed. I'll work on a fix for this and I'll let you know when it is solved. Regards |
Thnx for the prompt looking into the issue and I'm glad you have managed to reproduce it and have some ideas where the problem is. Looking forward for the fix. Regards :) |
Hi @mizarmess, This issue was introduced by this change, basically, the body scroll is removed and the interaction with the screen is removed until the sidebar closes (and hiding the sidebar impedes that the logic to remove all those blockers run). Regards |
I am currently on vacation without connection to my dev environment, will be back on wednesday to release a new version sorry for the delay 🥺 |
Describe the bug
When setting up kiosk mode on a dashboard and using on Android 13 (I'm personally using Samsung S20 FE) you cannot click on any button. It seems is in some kind of read only mode.
To Reproduce
Steps to reproduce the behavior:
kiosk_mode:
mobile_settings:
kiosk: true
hide_header: true
hide_sidebar: true
hide_menu_button: true
hide_overflow: true
Expected behavior
You should be able to click on buttons and use the dashboard as in normal mode
Versions:
The text was updated successfully, but these errors were encountered: