CustomWebView : An extended form of Web Viewer

Hi,

( First of all, I want to mention that I'm a beginner to MIT App Inventor and this coding things :face_in_clouds: )

I'm trying to open the Gemini.com app using a custom WebViewer, but even after granting microphone permissions, Gemini doesn't detect audio input. What could be the issue?

Could someone please check if there's a problem with my block arrangement and show me the correct way to set it up?

Additionally, I’d like to know how to arrange blocks to request permissions and allow image uploads to Gemini.

I'd really appreciate any help. Thanks in advance! :bowing_woman:



See here:

1 Like

Can someone help? I still don't have an answer

ask for permission first, wait until granted, then go to URL

1 Like

Could someone share an AIA file that has working microphone permissions, please? I am trying to open Gemini using WebViewer, but the microphone is not detecting any sound.:dotted_line_face:

I also tried the WebViewer Extra extension; it works for the file upload function, but the microphone still does not work

webviewextra, like customwebview, does not enable mic or cam out of the box, you have to request permissions for app and webview.

image
If I remove the code and just onpermissionrequest print permissionsList it says the audio permission and with this code t says empty but doesnt grat the permision

I am coding a proxy and want to add webGL compatability to the custom web viewer and web view but I dont know how any suggestions. I want to be able to run some games and possible make some on the web viewer. Also is there a way to shar it so multiple people can work on it at the same time on different machines?

1 Like

I have been working on this and sadly it is impossible to add webgl compatibility - most devices don't have it (except Chromebooks) but it is too small a feature for the developers to add, because it only works in companion. So I am also working on one as well : want to join teams?

Does anyone know how to get the downloads working? I have been trying a lot but it doesn't seem to be downloading anything :frowning: can you give me some code?

Yes!!!!

Can you send a link or AIA file to your browser so far?

How do you detect website error code response on CustomWebView?

If a website loaded on customwebview, how can i make it detect the error status, ej: 500, 404, 200, 400, etc...

Its kind of buggy and janky tho

1 Like