mgks / Android-SmartWebView

A simple use webview integrated w/ native features to help create most advanced hybrid applications.
https://mgks.dev/smart-webview
MIT License
561 stars 278 forks source link

Need.Video recording function available #212

Open paundri opened 3 years ago

paundri commented 3 years ago

How to make video recording button enable, when i open file input from camera, it is open camera, but cannot switch into vide recording mode...

mgks commented 3 years ago

You need to check the input file type, whether it is set to video/*.

paundri commented 3 years ago

Yes indeed, file input is set to video/*, but still cannot switch from camera mode to video or video button is disable mode.

mgks commented 3 years ago

try setting ASWV_F_TYPE to */* for all file types and make sure you're requesting video/* in your HTML form.