-
-
Notifications
You must be signed in to change notification settings - Fork 46
Camera being covered by Tabview #128
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
Comments
Hi @BMwanza, |
Sure, here is a .zip of a sample project I just whipped up. Again I'm using the NativeScript tabview template and simply calling the Camera.takePicture() function within a page as the demo app I've attached shows. Again, the bug seems to appear on physical iOS devices, it works well on Android both physical and real devices. Regarding iOS simulators, it is not possible to tell if the bug occurs given that the iOS simulators just launch the photos app when this function is called and not a real camera. |
Hi @BMwanza, |
Sorry I thought it attatched, looks like the file is too big to be attatched to the issue, I'm going to make a git repo that you can just clone will that work? |
@tsonevn Sorry for all the confusion, I also accidently closed this disucssion, but here is the project you can just clone it to run it |
Having this exact same issue on the device as described; iOS 12, latest {N} and camera plug-in. |
Hey @tsonevn how's this going, any progress? Please let me know if there is any other information I could provide to help assist with resolving this bug. |
Hi @BMwanza, |
Hi @tsonevn, Any update on this? :) Or is there a way to work around the bug like setting the tabview's visibility to hidden/collpased? It's just a pressing issue because our Development team is looking to submit our app as soon as possible |
Hi @BMwanza, |
HI all, |
Make sure to check the demo app(s) for sample usage
Make sure to check the existing issues in this repository
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.
Which platform(s) does your issue occur on?
Please, provide the following version numbers that your issue occurs with:
CLI: 4.2.3
Cross-platform modules: (check the 'version' attribute in the
node_modules/tns-core-modules/package.json
file in your project)Runtime(s): ios version: "version": "4.2.0"
Plugin(s): Plug in version: "nativescript-camera": "^4.0.2"
Please, tell us how to recreate the issue in as much detail as possible.
Describe the steps to reproduce it.
I have created a nativescript app using the tabview template, when launching the camera, it does not take the full screen, part of it is being blocked by the tabview
The text was updated successfully, but these errors were encountered: