nativescript-camera-plus icon indicating copy to clipboard operation
nativescript-camera-plus copied to clipboard

(iOS) Unable to tap buttons with overlay

Open ShawnPavel opened this issue 7 years ago • 0 comments

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>

img_5f02d69de59a-1

ShawnPavel avatar Jan 24 '18 14:01 ShawnPavel