CustomWebView : An extended form of Web Viewer

Thank you very much for your extension, my query is: it was possible to solve the problem of downloading Files with BLOB link:https:/...

Thanks for your support

i am using the custom webviewer by @vknow360 and i cant see any of the properties of the componet/element that it gives me

EDIT by Taifun: extension removed... only the author of an extension is allowed to upload an extension into the community

Hi @Gabrielzv1233, Welcome to Community.
Please try updating the extension, reimporting the extension or using it in a different project.

@vknow360 When I use this extension, the clipboard options do not appear when I press and hold any text box, textarea, on the website. (For example: when you press and hold a text box, the clipboard opens and there are options such as cut, copy, paste.)

Thinking that there might be a problem with my website, I tried it on another website and the problem was also on that site. When we enter from the normal browser or when we use the normal webview extension, the clipboard appears, but this is not visible in the custom webview extension. I want to fix the problem please help and please fix this issue in the first update.

Try toggling LongClickable property.

@vknow360 did you already update the extension to SDK31? See also here

Taifun

1 Like

Hi,
What Android versions does custom webviewer v12 work on? It didn't work on Android 4 :pensive:
Which version should I use on Android 4?

Some classes in this extension do not work on such early Android versions. It is best to post a screenshot of your blocks so the developer can take a look.

Hi,
I want to evaluate the old Android 4.0 Tablet.
When installing the program I made with CustomWebView v12, it gives the error "There was a problem parsing the package" and does not install at all.

It works on higher Android 10+ versions.


@vknow360, do you know if your extension works with Web NFC?

I've tried it, but I get this message : Error: NotAllowedError: NFC permission request denied.

Best Regards,
Rui

HI vknow360.
I did't find the command for close the web or webviewer?
or how to do it? lets say when I watch web_A, and then I like to take a look of web_B, simply, I have two ESP32CAM and I need shift them. what can I do please?
Thanks
Adam

I was faced this Issue from App.

I try Web-searching then got a Information about Return True.

But... I have no idea that how can I handle This.

I don't know Javascript Grammar, So I Can't handle this Problem

Help me Plz~~

Holy
I Got Method to How Can I Handle This !
In Kodular CustomWebview I found smilliar Problem Like this.
Super Great

Sorry, I do not understand your issue.. please elaborate...

It would really help if you provided a screenshot of your relevant blocks, so we can see what you are trying to do, and where the problem may be.

To get an image of your blocks, right click in the Blocks Editor and select "Download Blocks as Image". You might want to use an image editor to crop etc. if required. Then post it here in the community.

Taifun


Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by icon24 Taifun.

You can use SetVisibility function to hide a webview and vice-versa.

You can find an example here:

Thank you.

I got this Duplicate showFileChooser result error when I want to pick a file.
Here are my blocks:

ps,
how to load html in assets?
I tried file:///storage/emulated/0/Android/data/edu.mit.appinventor.aicompanion3/files/assets/upload.html, but got ERR_ACCESS_DENIED.

Please help .

I have found solution for my above 2 questions:

the set FileAccess to true should be done after Webview be created, not before.

and then the goto url from assets also solved.

4 Likes

Hi Sunny

Given that CWV has a block to programatically scroll, could you add a block to lock scrolling? It's possible within the webpage itself, but only if it's your own of course.