hi all,
i want to view web page (with HTML5) using Webview control.
the page can post image and choose to access Camera.
in default Web browser or Chrome browser it running well, camera pop-up is shown.
but if i loading with my app using Webview library, the pop-up is not shown.
i have try to use HTML5 wrapper in this :
https://www.b4x.com/android/forum/threads/simple-html5-app-wrapper.42875/
and try add this manifest
<uses-permission android:name="android.permission.CAMERA" />
<uses-feature android:name="android.hardware.camera" />
still can not shown a pop-up.
maybe someone can solve this?
or Webwview library doesn't support for it..
thanks..
i want to view web page (with HTML5) using Webview control.
the page can post image and choose to access Camera.
in default Web browser or Chrome browser it running well, camera pop-up is shown.
but if i loading with my app using Webview library, the pop-up is not shown.
i have try to use HTML5 wrapper in this :
https://www.b4x.com/android/forum/threads/simple-html5-app-wrapper.42875/
and try add this manifest
<uses-permission android:name="android.permission.CAMERA" />
<uses-feature android:name="android.hardware.camera" />
still can not shown a pop-up.
maybe someone can solve this?
or Webwview library doesn't support for it..
thanks..