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
When I use web browser, depending of panel start position; the panel disappear or there is a shift when i rotate the screen.
I display panel with elements list without hiding the bottom tab bar navigation, so when i scroll down the last element is hidden by the bottom bar. How to handle this case?
How can we reproduce the effect when the scrollbar is in bottom position (as you gallery example in: https://github.com/roman-rr/cupertino-pane)
Have you planned an event/callbacks that fire only when the scrollbar is in bottom position ?
The text was updated successfully, but these errors were encountered:
Good point to work around. I did schedule this as a feature/enhancement to set proper pane positions on window.resize callback.
Try to play with topperOverflowOffset. Set some numbers, especially tab-bar height value.
You are the first who's ask about this callbacks. I did not plan to include this callback into core, but if requests will appears frequently, i will do. Right now you can simply listen scroll bar element:
Unexpected behaviour:
When I use web browser, depending of panel start position; the panel disappear or there is a shift when i rotate the screen.
I display panel with elements list without hiding the bottom tab bar navigation, so when i scroll down the last element is hidden by the bottom bar. How to handle this case?
How can we reproduce the effect when the scrollbar is in bottom position (as you gallery example in: https://github.com/roman-rr/cupertino-pane)
Have you planned an event/callbacks that fire only when the scrollbar is in bottom position ?
The text was updated successfully, but these errors were encountered: