-
Notifications
You must be signed in to change notification settings - Fork 31
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 view is not showing on android #27
Comments
Having the exact same issue here. What i found out is that the stackPosition attribute doesn't work on android - here it will always place the camera view at the very back. Anybody have any input on whether that is intentional behaviour and how to work around that? It does work on iOS without problems. |
Has anybody gotten stackPosition: 'front' to work on android yet? Or is this not intended to be supported? |
Any news here? I'm having the exact same issues as @AdaLollA. Somehow the view of the camera gets placed behind ion-content even though I'm using stackPosition: 'front. |
Here is arepository that showcases the issue on the most minimal implementation possible. If you clone it and change between native- and web-implementation (its just one line in the MainActivity and described in detail in the README of the repo) you will see the discrepancies between them (preview does not work on native). |
@rbenzing and @makinox if you still need to use the stackPosition front property: I just created a pull request to this repository. If they don't respond (like they did for a month now) you can just copy the MainActivity from my repository over the current faulty MainActivity. If you have trouble getting this to work feel free to ask. |
@rbenzing I don't think this could be a good solution, as the UX may be affected. I think @AdaLollA reached a better one in #30. I'd advise to take it into account |
I followed all the steps, and the video view or controlers are not showing, only can see the audio log captured with 'onVolumeInput' event listener
This is the code i'm using, any help?
The text was updated successfully, but these errors were encountered: