nativescript-camera-plus
nativescript-camera-plus copied to clipboard
(iOS) Unable to tap buttons with overlay
It appears the buttons on the camera show behind the overlay content inside the <CameraPlus></CameraPlus>
tags.
The markup below produces the images below. You can see the icons are behind the GridLayout
. This causes the buttons to not be "tappable".
<GridLayout>
<CameraPlus debug="true">
<GridLayout style="background-color: orange; opacity: 0.75;">
</GridLayout>
</CameraPlus>
</GridLayout>