Try adding this in your manifest.xml file
<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
Try adding this in your manifest.xml file
<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
thank you!
but how to modify the xml file?
if when kodular build apk,auto add this permission,then it is very good.
wish kodular team can slove this problem,thanks!
There is many permissions which is used less of any app like this so this is edit by user only and many usefull are added by kodular itself.
I tried what you said. It doesn’t solve the problem…
could you modify a kodular apk,send me to try?
Seriously?
Decomplile the APK with eg APK Studio Editor or AppToMarket, edit the Manifest, recompile, sign.
what about dragging the camera component into your project (without using it), which adds these permissions automatically?
Taifun
i tried,but it is not work too.
who can open camera in the webviewer?help me…
thanks,i decompliled the APK, the xml file find out already contains the uses-permission for camera and the storage,so i think It’s not about the uses-permission,it is about webviwer.
Google is your friend, Always get help from Google.
thank you very much!
But it’s sad that webviwer in kodular no such parameter.
@Hossein please check this,could you add allowcamera parameter in kodular webviwer ?
why it has to be in webviewer? what do you want to do?
appinventor have an extension call look. you can use that to open your camera in webviewer
Yes, actually kodular webview missing : allow camera feature.
this feature exists in appybuilder / old webview component.
@ ImranTariq It is not about permission this feature (allow camera) is missing.
I need this feature “allow camera” in webview… now when the people upload file in webview don’t look the camera option…
Put this component please in webview!!!
try this extension
Taifun
The Kodular Web Viewer Component is very limited of what it can do for security purposes. Downloading files for example is not allowed in a Kodular WebView component. To open the camera within a WebView, you may need an extension for that.