Is it in any way connected with a web viewer?
Deleted !!!!!
No, it is not.
Can I have any information on how to use it?
Read the thread and search in the community for topics related to CustomWebView.
Hi Sunny
The change you made in the new Beta works well thank you
what is the change in the beta? also, is there any way to disable errors from being shown on screen? like the "net::blocked_by_orb" errors
Help Needed: Block Pop-Ups, Redirects, and External URLs in WebViewer
i have issue with the WebView, even though deep link is false, my app still follows pop ads, on my website, formally ads it wasn't so. please how to stop it, pop ads in web is cool. but for app, is very bad. i just want the redirection to stop. if i click on the banner ads, nothing happens, but the pop up ads keep opening.
The change allows a JavaScript function embedded in the currently displayed web page to be executed from the App.
That looks like the report of an issue that needs to be attended to rather than disabled. If the web page emitting the errors is yours you can fix them? It what ever is causing the errors that needs attention, not the reporter of the errors (akin to "shooting the messenger").
BUG: Hi, in customwebview extension one block is not working as intended.
The last block is not working as intended.
I explained the issue in this post BUGS: Working well in Companion but not working if installed as .apk in phone - #35 by S.V_Arul_Shiju
how to read asset html file using Custom Webview and provide camera permission?
Please anyone help me to create tab system. I'm making an web browser so I wanted that.
Explain what you mean by a tab system. Do you mean like what you get with several tabs open in a PC browser ? How do you intend to open a new "tab" ?
Just like Chrome opening new tabs
Have a look at the OpenNewWindow request feature
OnNewWindow request? I but don't know how to use it. Also i don't know how to make an navigate different tabs. I think setwebview is use for navigation . Can you help me please.
i am making one too and i will come back to you about my code
There is something wrong with your Screen Initialize - probably two of them when there can only be one. That would mess with the creation of Web View.
Clock3 should be disabled as the first line in the Clock3 Block.
Actually, there are lot of blocks within screen initialize, so to share a screenshot here I created one more screen initialize and placed only the necessary blocks within it for the purpose of asking doubt here. There is no mistake in screen initialize.
I solved this issue by breaking the programming concepts and logics
That in itself can be an issue, so if it becomes one for you, move some of the blocks into a Procedure and make it the last call in initialise.