CustomWebView : An extended form of Web Viewer

Hi everyone :slightly_smiling_face:
I need your help to make the extension better.
Please give your precious feedbacks here:

This is my first Google Form so there can be silly mistakes in it :grin:
Hope you will not mind and forgive me :innocent:

4 Likes

ChangeLog Version 6

New blocks
image

Changes

  • Added ‘id’ parameter in CreateWebView method

  • Added ‘mimeType’ and ‘isCaptureEnabled’ values in FileUploadNeeded event

  • Removed most of the designer properties
  • Screen1 will be automatically opened after receiving external url with url as start value
  • WebViews will be created with default properties
  • Setting any property will only effect the current webview (set using SetWebView method)
  • Some internal changes
  • Fixed grammar and spelling mistakes
5 Likes

Great :v::heart_eyes:

1 Like

Thank you for this extension i was waiting and thanks for updates too
loved this extension

1 Like

have you removed font-size or is it still there?

when will be the version 6 released

It is released…:face_with_monocle:

2 Likes

Hi @drpeterramsis2007
I am sorry…It is not possible to implement gestures in webview because it will disable most of the features like scroll and click.
The only method to detect left-right swipe is to extend WebView and create new class which needs very much time and also it will increase the aix size.
But as you have said that you only want to load html pages so I think I should try creating another version of extension with swipe gesture included.It will only load html pages and will have very few and simple features.

Properties are still accessible from blocks.

It has been already released.

4 Likes

really many thanks for your great offer … that would be grateful … really you can do it for me?

that would be awesome …

so can I ask for little bit thing if you did this for me?

will you remove the Hardware permissions from it like camera as you did for me before
and if you can add property to change the font type of the loaded html …

I would really need to you use your great extension for e-books apps that is my main apps I really create …

really many thanks in advance

2 Likes

Sure…I was just waiting for your required features.
I shall start work on it soon.

3 Likes

One Question As you said you had removed most of the designer properties the by default are they enabled or disabled.

1 Like

Good question.
They will use the default properties as mentioned in documentation (see the first post).

3 Likes

show blocks

New update is the best update, am I wrong?

1 Like

@vknow360 do you want some suggessitons for new things, if yes I will tell you. I want some things in this extension…

I know your suggestion because you have given feedback :wink:
But you can also tell here :slightly_smiling_face:

1 Like

Suggesions:-

  1. Dark mode (make it REALLY work).

  2. Add to home screen method.

  3. Content Width method.

  4. History and Bookmarks (I know these can be done but it is easier to use your extension)

  5. If this20200622_145552 is not the find in page then please add find in page method

  6. Force enable zoom property
    20200622_150301

  7. Password Save System

1 Like

Dark mode is added in Api 29 (if I am not wrong) so I think you will have to work on your UI from yourself.

This is unique and interesting.I can work on this :+1:

How??How???

You can do this with js using evaluateJs block.

1 Like

I dont know javascript