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
{{ message }}
This repository has been archived by the owner on Oct 14, 2020. It is now read-only.
Drawer layout has zIndex 1000 and position absolute view properties with pointer events, causing problems on other sub-page view events for UWP and WPF applications which is developing with react-native-windows.
The text was updated successfully, but these errors were encountered:
anumang
added a commit
to anumang/react-native-drawer-layout
that referenced
this issue
Oct 6, 2017
It fixed the problem that some components were not working on Windows UWP/WPF when they're somewhere inside a Drawer (they didn't receive touch events/were not fully created).
I also tested on Android and iOS and haven't noticed any different behaviour/problems there.
Can someone have a look at this and merge it, maybe @DanielMSchmidt ?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Drawer layout has zIndex 1000 and position absolute view properties with pointer events, causing problems on other sub-page view events for UWP and WPF applications which is developing with react-native-windows.
The text was updated successfully, but these errors were encountered: