Skip to content
This repository has been archived by the owner on Oct 14, 2020. It is now read-only.

Drawer layout cause problems on UWP & WPF applications with react-native-windows #47

Open
anumang opened this issue Oct 6, 2017 · 2 comments

Comments

@anumang
Copy link

anumang commented Oct 6, 2017

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.

@npmun
Copy link

npmun commented Jul 27, 2018

@anumang your fix resolved the issue I had with my UWP app and it does not seem to break other mobiles. Can this be merged into master?

@creambyemute
Copy link

creambyemute commented Aug 6, 2018

I just tried it out and tested a bit.

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants