-
-
Notifications
You must be signed in to change notification settings - Fork 419
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sound and Video recording in Record activity don't work on Android/iOS #932
Comments
Sounds related to missing of |
@llaske , |
@sarthak-g you could use Sugarizer APK Builder with the image llaske/sugarizer-apkbuilder:cordova10 instead of llaske/sugarizer-apkbuider:latest. |
@llaske I mean, how can we use sugarizer as cordova project so that I can add any new plugin in it (with 'cordova plugin add' command). Right now when we do 'cordova plugin list' in sugarizer directory and cordova-plugin-sugarizeros directory, both shows they are not cordova based project. |
If you want to change Cordova settings or build options, use Sugarizer APK Builder but change the entry point to open a bash instead of launching build process:
It launch a command line into the docker so you're free to update the build environment. Then you could launch the |
Hi @llaske @sarthak-g,
|
Hi @saurabhhere ,
You can simply add plugin with spec(version no.) in config.xml file.
Yes
After building apk, you can install it in your phone and test it. If you have to check console messages, you can do that through USB debugging.
|
@sarthak-g Thank you for your clear and helpful explanation. |
Fixed in b628ec0 |
On Android and iOS, features to record sounds and videos don't work. Nothing happen when clicking on matching button.
This feature works in the browser and in Windows/MacOS/Linux.
The text was updated successfully, but these errors were encountered: