cordova-plugin-camera-preview
Version:
Cordova plugin that allows camera interaction from HTML code for showing camera preview below or on top of the HTML.
10 lines (9 loc) • 388 B
text/xml
<resources>
<style name="CameraPreviewTheme" parent="android:Theme.Light">
<item name="android:windowIsFloating">true</item>
<item name="android:windowCloseOnTouchOutside">false</item>
<item name="android:colorBackgroundCacheHint">@null</item>
<item name="android:backgroundDimEnabled">false</item>
</style>
</resources>