CustomWebView : An extended form of Web Viewer

You can use Google Translate's website translation feature.
For example,

i click the link you provided but what to there and how to do?? i am confused..pls help me sir

Worked perfectly, thanks @vknow360

Do you know how to disable auto rotate function ?

I am using Customwebview extension to display a web page
But the screen turns automatically without activating this function on the mobile phone
How could i disable please?

Please make sure you have set Screen orientation to Portrait.

1 Like

Works perfectly, thanks !

Can I use this ext to display local image files ? how ?
Webviewer component can not fit image in the screen.

This will work.
image

Make sure you have read permission, if loading from external storage.

it does not run, no error but crash

Where did you initialize CustomWebView?
Please check this:

1 Like

Thank you, it runs now

Thank you so much! That solved the issue!

However I still can't figure out how to upload multiple images at once. In my case, I wanted to upload images to a gallery website, where I want the user to select more than one image at a time. I guess you have to add something to the ActivityStarter to be able to do that. I'd appreciate if anyone could help me with this!

This is the block i'm currently using:

I researched a bit and found this, but don't know where to add...

@TIMAI2 Can you help me in this?

Use a method similar to this (in reverse)

(webviewer not required)

Give it a try:

Thank you for your inputs fellas! I really appreciate your help (:

12 posts were split to a new topic: Does CustomWebView have a copy text Function?

2 posts were split to a new topic: I was wondering how I could compile the source code to an aix


I want to upload a png file into my website through webviewer. But the upload button is unclickable. However the browser is able to prompt file explorer. Also, I am using Bluestacks 5 to test. Is this normal?

What if you set FileAccess to true after SetWebView method?