CustomWebView : An extended form of Web Viewer

But updated version is in my pc now i am using mobile so it will not work with http links we have to manually add https in the textbox in my app and hit go button

Sure.
But as we all know we can’t extend Activity directly and implement onCreate() in extension.So
it is quite difficult task to get uri from intent.

2 Likes

Remove that extension man because it violates Community Guidelines.
You are not allowed to upload extensions if they don’t belong to you.

1 Like

Yes i know just showing deep host extension

It’s ok.
But we should follow guidelines :sweat_smile:

Btw I did not know that my flag is so powerful even after losing TL3

Even if you just want to show his extensions, he doesn’t want you to spread it like this. I removed your post completely.

1 Like

Thank you i am also trying to remove that

can we use use own javascript file from asset when page(or url) is loaded??

1 Like

Yes you can.

using which block???

Using EvaluateJs block or by using Js in HTML.

1 Like

as i am using companion so using this path for loading file from asset…
file:///mnt/sdcard/Makeroid/assets/filename.js

is it correct??

1 Like

It should work.

but its not working :roll_eyes:

i also used after evaluated and getting null message
even that not worked for go to url

Wait…are you trying to load js from file?It will not work. EvaluateJs method evaluates js from string.

yes…

Any example…

This is also not working… Showing webpage not available

1 Like

This will not work with an existing HTML asset, too. Use this:

Credits to @Mateja (hope he doesn’t mind :grimacing:)

evaluted js with string but got null after evaluted js

I think you have to load HTML after JS, too. :thinking: :face_with_raised_eyebrow: