Allow Viber, Whatsapp and telegram sharing in webview

Dear Friends,

I went through the posts on this community and found few posts about allowing whatsapp sharing in webview but i was unable to apply all of them.
I have a website has sharing buttons for viber, whatsapp and telegram.
when i’m trying to share a post through the webview i’m getting ‘‘net::ERR_UKNOWN_URL_SCHEME’’

and the urls are:
Whatsapp: whatsapp://send?text=.%20https://example.com/post

Telegram: tg:msg_url?url=https%3A%2F%2example.com

Viber: viber://forward?text%2https://example.com/post

Here are my blocks
image

Thanks in advance.

If webviewer provides Error Occurred event then you can do it easily.
Get the URL when this error code is thrown and open the respective app with activity starter.

1 Like

Hello,

Sorry, i’m new to this, could you please explain to me deeply how i can make it happen.
i have added the activity starter to the screen but i have no idea how to start the next steps.

Thanks,.

Dear Friends,

Sorry for posting my comment again, but i have no idea from where to start to achieve the above.
I appreciate if you can help me here.

Maybe you should learn the basics of Kodular first.

1 Like