capacitor-community / video-recorder

A video recording plugin for Capacitor
MIT License
3 stars 6 forks source link

blank white screen in android demo #5

Open undextrois opened 2 months ago

undextrois commented 2 months ago

Describe the bug running the demo brings a blank white screen on android studio

To Reproduce Steps to reproduce the behavior: 1Just Follow the setup from the README

Expected behavior Maybe a demo on the the video recording works

shiv19 commented 1 month ago

@undextrois Please try version 5.0.2 or above

shiv19 commented 1 month ago

@undextrois, I think the demo app does not take care of requesting video permissions, you'll need to manually enable these permissions by going into the settings for the app and enabling camera and mic permissions.

Please feel free to add this functionality to the demo app and PR back here :)