Have you made a webview active?
how to open whats app exertnal app with link
I am trying to open external app through customer webview but not open .
Show what you have tried.
How can I load url in given webview id without setting it as current webview? So that when a user swipes the any tab, they find the already loaded, of cause for interaction with the webview I have to set it as current webview.
Currently, I have to set each webview by id and load URL one by one.
Is setting webview active visible to user?
Yes active webview is visible to the use, the webviews are put in tabs. So basically I want all tabs to load their URLs while the first tab has the active/current webview id.
Thatās not what I asked.
SetWebView
block does not show any visual change. You can switch active webview without user letting know about it.
I feel you are not understanding.
The block Go To URL
loads the specified URL in the current/active webview.
Here is the scenario, I have webviews ID=1, ID=2, ID=3. Webciew ID=1 is the current active URL, while it remains active, Iād like to load new URLs in ID2 and ID3 in the background without switching the active webview.
In the beginning, the block Go To URL
had 2 inputs URL
and ID
which were since depreciated.
Why do you want to avoid this?
Iām not avoiding it. All I wanted to know was, is there a way I can load URL on other webview ids in the background while the user is interacting with the active webview in the foreground. If there is no way, st let me know.
It is definitely possible.
Iāll be happy if you can sponsor this new feature.
Not mandatory though, but itāll take some time then.
One day Iāll surprise you with a ācoffeeā donāt worry.
Hello, Mr. Sunny Gupta.
Your extension is awesome. Plz help me further:
I access a website then I saved that as āsaveAchiveā(.mht file). It is saved under ASD folder. then how to access that file later. The webview requires Storage permission.I want to load .mht in your Extension-browser without storage permission Can I save that .mht-file in assets. If there is not another way I will ask for storage permission.
I am not expert in making apps. I need guide.
Thanks in advance
You donāt need storage permission to access files in asd.
The webpage was loaded and also .mht saved. But i cant load again in brower. Plz Look at blocks and find my mistake.
result is :
Set FileAccess property to true.
Thank you very much, it is working