Hello every one. Excuse me. Anyone here can help? I use webviewer for my presence website it means my web is to check the student attendance using camera selfie and location. In the web version, it works normally. But when I convert it to android application using webviewer, the app can display my web but not for camera and location. please help me to solve this problem. Thanks in advance
here is my block
WebViewer doesn't have those features.
You can use CustomWebView.
Download latest version here
1.Introduction
It is an extended version of web viewer with more customization and flexibility. Its customization and additional features make it different and much more better than Web Viewer from the perspective of App Developer as well as User.
Note: CustomWebView can work only on devices running on at least Android 5.0
Latest Version : 12
Required Api : 21
Released: 2020-05-12T18:30:00Z (UTC)
Last Updated: 2023-03-08T18:30:00Z (UTC)
2.Features
More cus…
Start with reading CustomWebView topic and then you can look at these topics too.
Can I get Camera access in App Inventor Webviewer using CustomWebView Extension if Yes then How? Thank You
https://sunnythedeveloper.in/how-to-use-camera-and-mic-in-customwebview/
Taifun
August 7, 2023, 8:52pm
4
See also tip 1 here
This list was made by @Taifun
Use different screens wisely
Before starting to create another screen, first you should think about is it really necessary? See also Building apps with many screens and SteveJG's post about advantages/disadvantages , because in only one screen you also can use vertical arrangements to simulate different screens, just set the arrangements to visible = true/false as needed...
If you decided to use different screens, then you should switch them correctly, else you …
and switch screens correctly...
Taifun