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.
Remove that extension man because it violates Community Guidelines.
You are not allowed to upload extensions if they donât belong to you.
Yes i know just showing deep host extension
Itâs ok.
But we should follow guidelines
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.
Thank you i am also trying to remove that
can we use use own javascript file from asset when page(or url) is loaded??
Yes you can.
using which block???
Using EvaluateJs block or by using Js in HTML.
as i am using companion so using this path for loading file from assetâŚ
file:///mnt/sdcard/Makeroid/assets/filename.js
is it correct??
It should work.
but its not working
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 will not work with an existing HTML asset, too. Use this:
Credits to @Mateja (hope he doesnât mind )
I think you have to load HTML after JS, too.