CustomWebView : An extended form of Web Viewer

Try OverScrollMode ?

You'll have to implement it yourself. Currently you are using activity starter to pick file.
You may show a layout with options for camera and gallery option and then proceed accordingly.

OverScrollMode doesn't change anything. However, it seems like this is standard behavior on webview

How do I make the WebView fullscreen

You might try with:

Ensure you give yourself a method to get back out of full screen.

Let me rephrase. How do I make the WebView fit the parent area. Also, how do I enable localstorage?

Set the container arrangement width and height to -2

local storage is set by default in customwebview

1 Like

Как привязать Web viewer к CustomWebWiew?

In essence, you don't. Use one or the other, or both ... but separately...

Тоесть если в проекте есть компоент web viewer и расширение customWebWiew то web viewer обязательно будет зависеть от customWebWiew? Спасибо

Русский: Почему то после действия "load HTML" приложение вылетело, у меня android версии 12 и смартфон модели Xiaomi redmi a1+, если это важно, я просто поставил блок "load HTML" а в него HTML код, я не ставил другие блоки из расширения "CustomWebWiew".

English: For some reason, after the "load HTML" action, the app crashed. I have an Android version 12 and a Xiaomi redmi a1+ smartphone. If it's important, I just added the "load HTML" block and inserted the HTML code into it. I didn't add any other blocks from the "CustomWebWiew" extension.

Greetings Engineers,

I need help concerning Customed and Web view extra app permission.

I have worked on this for over a month but failed to achieve any result...

Any help is really appreciated

Attached below is aia file
PTCMINT.aia (410.4 KB)

@Ogwal_Bonny/@Olara_Lab ... why yet another account ?

You do not say what your problem is. Explain and show relevant blocks.

As it happens, I have just got camera and audio permissions working for the webviewextra extension...

Sorry that I came in with another account, I didn't know since I was using another device..

I was using these blocks as a friend had recommended them but it failed.

Anybody, who could do it for me, I will really appreciate.

Thanks

Do it like this:

How to use Camera and Mic in CustomWebView_ - SunnyTheDeveloper.pdf (366.3 KB)

I tried to apply the exact same block as this to open a url in a new tab on a custom webview extension, but an error like this appeared

You should show your relevant blocks (convert to English, if not already, to help others help you)


This is the block I'm using, is there any difference from the available ones? I'm confused, sorry.

You are using set value for key path block, which is nowhere used in the snippet.
It is easier to double check blocks by carefully examining the blocks, if a snippet is not working for you.