CustomWebView : An extended form of Web Viewer

I think you have zoomed in website.

i didnt zoomed should i disable zoom

Disable zoom and see what happens.

same i have set zoom eabled to false but same view\

(and please tell use of support multiple window
and usewideviewport)

Have you disabled UseWideViewPort property?

This will make webview to raise OnNewWindowRequest event and give you an option to load requested url in new tab.

oky then by default is it true oe i have to set it true??

Can you share an example apk?
Also post you blocks here.

1 Like

yeah but i just want to know by the evrey thing is or we have to set them true

1 Like

@vknow360 buddy can you make its own layout like this Screenshot by Lightshot

Nah, extension can only be non-visible components.

1 Like

@vknow360 when will you upload new version?

This post was flagged by the community and is temporarily hidden.

Hello broo i have a doubt my website is direct download link website when clicking download button it starts download process i need a confirmation message before download is it possible ??

1 Like

Use this block and the set a notifier for confirmation from user.

See the documentation to know the default properties of webview.

hi vknow360, i used this extension but it is not working it is showing an empty arrangement please help

i have used : create web viewer on vertical arrangment1 on screen initialize. if this is wrong then tell me how to add a web viewer with that extension

Create WebView
Creates a webview in given arrangement but it will not show anything as it is not active.
image

Set WebView
Makes given webview (id) to active webview and enabled to receive all method calls.
image

Note:- 1.WebView created using CreateWebView method will use default properties (See documentation).
2.CreateWebView method will only create webview and not set created webview as active one.
3.SetWebView will only make given webview visible not other webviews.
4.SetVisibility will affect all webviews.

2 Likes

@vknow360 you should make a guide of CustomWebView

@rizubarury Thanks for your suggestion.
But as you know I have some issues currently so I can’t.
If someone is interested and makes guide then I appreciate him.
Btw,

3 Likes

So I guessed Right :grin::wink:

1 Like