-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
panel_iframe doesn't scroll on iOS #779
Comments
Having the same issue, only on iOS. I have an iframe with the interface of DSMR reader, which runs on the same Raspberry. The iframe wont scroll down on iOS devices. On my laptop (Windows), it works fine. |
same issue here, iframe are not scrollable on iOS device :/ |
@matthieut59 can you post a sample that I could use on a dev config to try and reproduce the issue? |
I think you can just try it by adding an panel_iframe in home assistant, as described here: After that, just open the page with the link in the left menu to the specific page on an iPad or iPhone. it wil open the page on the right side (inside home assistant). |
This issue is still present in 0.64.3. Some websites say that in order to make an iframe scrollable on iOS, you have to add the CSS3 property -webkit-overflow-scrolling: touch to the parent container. But I’m not familiair with editing code. |
I have a panel_iframe set up for my Grafana graphs. When you open the panel the page loads OK, but you can't scroll any of the content inside the panel.
Others have reported the same issue in the main repo: home-assistant/core#10772
Running on 0.60
The text was updated successfully, but these errors were encountered: