CustomWebView : An extended form of Web Viewer

Click on my avtar and you will see an option for message.

1 Like

Sharing knowledge isn’t private. C’mon, I’d like to know too :unamused:

Actually I have not used that extension so I don’t know how that works.
As you all know that I can’t install his app (Android version issue) so if anyone has that extension then please send it to me.

Found something useful:

Now I am going to give it a try…:wink:

1 Like

Hi @sivasreerama7
After several hours of research and experiment I found that it is a little bit possible to modify manifest file and receive urls to open in our app (Although I don’t know whether to say it modify or not).
But I would not like to spend a lot of time just to implement a function which detects that shared thing stars with http/https or not i.e, is a url or not.
Because now Kodular supports receiving shared files so I assume it should be able to receive text.And if it does then you just have to add a if-else condition on GotReceivedShared event to check whether shared text is url or not.

Since I am an extension developer so it is mandatory for me to add requested features so I leave it upon you and others.
Simply answer the poll given below :grin:

1 Like

You are not in the group however… cannot understand :open_mouth:

1 Like

Should I add default browser feature ?

  • Yes
  • No
  • Can’t say

0 voters

1 Like

What’s the benefit if we say no? :rofl:

1 Like

Once again I am saying…(first said on Telegram)
A badge can’t show your knowledge and identity.It is my work which I will continue with or without that.

I don’t know :sweat_smile:
This can be a way to show that you trust on Kodular features :wink:

5 Likes

If you don’t want it, then don’t make it, @vknow360! We don’t wnat to force you to smth you don’t want to make.
image

1 Like

Thank you for your support :heart:
My ‘No’ does not show that I don’t want to make that. Instead it shows that I trust on Kodular features and don’t want to implement same feature again.

1 Like

Thank you This is the best Feature and most asked question in community

1 Like

Kodular GotShared Block is to receive text when we share any text and it will not work if we click any link on any other place

1 Like

I have used this intent filter in android studio

Ohh…Sorry…I forget about that :sweat_smile:
But still its implementation will depend on Poll Results :wink:

Until I get final answer from Poll, here is something for you:
WebViewer (14).apk (5.2 MB)

It is not final version so it does not work correctly.Once you will choose this app to open link then it will show a white screen and you will have to press back button to see the result.

1 Like

This app not working when i click back the app closing

Did you see white screen?

Yes i saw white screen and you told that hit back button i have done that it closing app

Same is working for me in emulator.
Try this one.When you see white screen press BackToTask button and open the app from where you clicked url.Now again press BackToTask button and open this app.

I have created this app in android studio app-debug
Take a look