-
-
Notifications
You must be signed in to change notification settings - Fork 46
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
Camera stays behind page content if opened in nested page-router-outlet #234
Comments
Hey guys! I also encountered something very similar about a month ago: basically the problem is frame.topmost()
To get it working I just check if there are some parents WorkaroundYou can create the following patch for camera.ios.js and apply it using a hook. Please feel free to give input to that patch. Here is the patch file content:
Sidenotes:It looks like there should be some "parent search" active - but its not working in this case.
|
The workaround is perfect! Thanks! |
hello can you explain how to add this patch / hook ? |
see code from my previous post (#234 (comment))
hook 1 with this code
hook 2 with this code
edit: |
@mpht you are unknown superhero thx |
Thanks. I hope this is added to the library. |
unfortunately they didn't |
If the demo apps cannot help and there is no issue for your problem, tell us about it
Please, ensure your title is less than 63 characters long and starts with a capital
letter.
I have a nested page-router-outlet configuration in my app. Root component template has a page-router-outlet. Child page has the following template:
I load a child page inside the page-router-outlet shown inside the template above. If I open the camera inside that child component, stack-layout component in the template above stays above the camera and blocks the camera buttons.
If I use a router-outlet inside the template above, I still have the same problem.
Which platform(s) does your issue occur on?
Please, provide the following version numbers that your issue occurs with:
Please, tell us how to recreate the issue in as much detail as possible.
Explained above.
Is there any code involved?
If you want, I will send my whole project to your mail address.
The text was updated successfully, but these errors were encountered: