when the widget is scrollable, the highlight section goes off the screen · Issue #28 · tal-tech/flutter_intro · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
just having an issue with a form which extents past the current view, the highlighted box is out of view with no option to scroll and just shows the back overlay.
my current fix is having a custom call-back in useAdvancedTheme which will scroll to the key before running 'onNext' but could be a good feature.
The text was updated successfully, but these errors were encountered:
andydean565
changed the title
when the widget is scrollable, the highlight section goes off the screem
when the widget is scrollable, the highlight section goes off the screen
May 14, 2021
Having the same issue. I think there should be some way to provide maximum height for highlighted box, e.g. do not go beyond 60% screen height, or calculate the intro text and buttons height and make at least this much space available
Uh oh!
There was an error while loading. Please reload this page.
first of all, great plugin.
just having an issue with a form which extents past the current view, the highlighted box is out of view with no option to scroll and just shows the back overlay.
my current fix is having a custom call-back in
useAdvancedTheme
which will scroll to the key before running 'onNext' but could be a good feature.current solution
inside
Intro
instancecreating the
intro
instance with a functionThe text was updated successfully, but these errors were encountered: