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
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.
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.
Make sure you have read permission, if loading from external storage.
Where did you initialize CustomWebView?
Please check this:
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...
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 (:
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?