-
Notifications
You must be signed in to change notification settings - Fork 364
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spotlight position between phones #61
Comments
Same here with positioning! |
take a look at this issue #63 |
I tested on Pixel 3 XL but could not reproduce it on the demo app. |
I think this happens when you use both I believe I fixed it on v2.0.2. |
the solustion can produce new bug when you setAnchor(x,y) and set Container whose coordinate is not (0,0) on screen, I fix it by create the pr |
The spotlight position is different between two phone. A Pixel 2 XL emulator looks like this:
https://i.imgur.com/G7Lcrmq.png
but on a Pixel 3 XL phone (no emulator) it's here:
https://i.imgur.com/7qddSSE.png
I'm thinking the notch might be effecting the positioning.
I'm also using 1.5.0 because 1.8.0 is throwing some manifest merge compiling error.
The text was updated successfully, but these errors were encountered: