-
-
Notifications
You must be signed in to change notification settings - Fork 211
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] Can't scroll device horizontally without opening home assistant tab #399
Comments
@crxporter Could you send me a screenshot of the problem from your mobile? The screenshot attached isn't showing any bug cc @ahochsteger |
It might be really cool if the config fields would stack into a single column and fit to the width of the screen in this case. Then the "send" arrow button would be on screen and no horizontal scrolling would be needed. |
@crxporter It was supposed to work in that way but some of latest UI changes have break this. WIll fix ASAP. Thanks for reporting |
@crxporter I've created a PR to disable touch support for |
@crxporter the PR #414 is obsolete now since it was just a workaround. |
@ahochsteger Could you give that a try? |
@robertsLando looks much better. |
Not so good yet |
@matejdro Try to hide some columns from the table, the bug will fix in this way |
It helps, but it is only a workaround, not a fix. What if I want to see all columns? |
the problem is that if there are too much columns we can't show all the content and the table becomes scrollable causing this kind of issue. Even if we submit a fix to this the fix would be to hide some columns on lower screens sizes. Another fix woulud be to remove the expandable rows and put all the content in a window but with this you will loose the possibility to have more then one node props showing that is the reason why we introduced the expandable rows |
What if you disable scroll-to-swipe-through-tabs if width of the table exceeds width of the screen? I can still manually tap on Home Assistant tab to get there. |
@matejdro, @robertsLando the PR #878 should fix the annoying behavior by annotating |
Before submitting a bug please read: https://zwave-js.github.io/zwavejs2mqtt/#/troubleshooting/bug_report
Version
Build/Run method
zwavejs2mqtt version: 1.0.1
zwavejs version: 6.1.0
Describe the bug
When using using mobile, the configure screen on multi-column devices always scrolls to the "Home Assistant" tab instead of allowing to scroll over to the columns to the right.
To Reproduce
Steps to reproduce the behavior:
Screenshot will be attached, I have a Multisensor 6 which has a lot of config options. I'm unable to get to the right 2 columns.
Expected behavior
I would like access to these config items when using safari on iPhone.
Additional context
Downloaded and built from GitHub about 24 hours ago. Running on a raspberry pi 4. Using safari on iPhone 11 Pro.
The text was updated successfully, but these errors were encountered: