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
First great work , thanks. I have a little problem with getting it to size correctly inside a portion of the screen . The element is nested inside a div "position : relative". Upon load the _onResize() returns a false value. If I change the screen size a bit the _onResize() runs again and returns the correct value. So far I understand what the problem might be, but I cant get the origin of where the element is sized from to be relative to parent div. It's always the left edge of screen.
I see it even in the demo with drawer. the right side has a gap that is way beyond the edgeSwipeSensitivity and its because of the drawer panel that has shifted the origin; however, swipeable-pages still assumes origin or 0.
Hope it's clear what I am saying.
The text was updated successfully, but these errors were encountered:
First great work , thanks. I have a little problem with getting it to size correctly inside a portion of the screen . The element is nested inside a div "position : relative". Upon load the _onResize() returns a false value. If I change the screen size a bit the _onResize() runs again and returns the correct value. So far I understand what the problem might be, but I cant get the origin of where the element is sized from to be relative to parent div. It's always the left edge of screen.
I see it even in the demo with drawer. the right side has a gap that is way beyond the edgeSwipeSensitivity and its because of the drawer panel that has shifted the origin; however, swipeable-pages still assumes origin or 0.
Hope it's clear what I am saying.
The text was updated successfully, but these errors were encountered: