Android Question Webview loading HTML5

wirog80

Member
Licensed User
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.

35712-01316df65220812c50e9adda013bc6a2.jpg
35713-ac3a8747bbb617d00f3405002d7df36c.jpg



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..
 

Attachments

  • web1.JPG
    web1.JPG
    8.4 KB · Views: 299
  • web2.JPG
    web2.JPG
    26.6 KB · Views: 335

fburgos722

Member
Licensed User
Longtime User
Why use WebView? Enjoy the fact that B4A creates native applications and access the camera directly.
Because i have a native aplication that access with Webview. Its necesary. Talk me, Erel, webwview library doesn't support for it ? thank you
 
Upvote 0

fburgos722

Member
Licensed User
Longtime User
It's not your answer but it does not work. As the man told you above in this same case he does not work either. And you must believe it. It will work with everything except the Camera and it is a real fact. I think it will play to find another alternative. Thanks for everything

B4A WebView is a thin wrapper over the native WebView. It supports whatever the native WebView supports.
 
Upvote 0
Top