Cap-go / capacitor-screen-recorder

Record the screen of the phone with native API
https://capgo.app
7 stars 7 forks source link

Storage permission needed to save file #52

Open Saqib92 opened 5 months ago

Saqib92 commented 5 months ago

I have added all required permissions in my AndroidMenifest.xml file but still getting prompt when start recording.

Storage permissions are needed to store the screen recording.

I can see recorded video file in my gallery but when i am uploading it using <input type="file" /> in my ionic angular app using capacitor its not uploading..