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
Navigation Drawer has issues with swipeview control.
I have a collectionview using swipeview in the main content area.
On debug it work fine, but in release mode on a real phone, the left side (where the hiden, drawer is closed), this area of the screen is no longer swipeable and does not respond to touch,
The right side of the device still responds and swipes from the right works as intended
The text was updated successfully, but these errors were encountered:
We have reviewed the reported issue regarding the NavigationDrawer control used with a SwipeView inside a CollectionView in the main content area. After thorough testing in both debug and release modes on real iOS and Android devices, we were unable to reproduce the issue on all the platforms. The testing was conducted on iOS version 18.1.1.
The NavigationDrawer's behavior with the TouchThreshold property ensures that the drawer opens only via swiping within the threshold region. Outside the TouchThreshold region, it is possible to swipe the SwipeView within the CollectionView. For your reference, we have attached the output video.
Navigation Drawer has issues with swipeview control.
I have a collectionview using swipeview in the main content area.
On debug it work fine, but in release mode on a real phone, the left side (where the hiden, drawer is closed), this area of the screen is no longer swipeable and does not respond to touch,
The right side of the device still responds and swipes from the right works as intended
The text was updated successfully, but these errors were encountered: