I want external extension like Web component to call a url only

i want external extension like Web component to call a url only , i had search in community but did not get any extension , please help

Kodular already got Web Component
image

What function you want???

this is not working properly if i add spaces in url , for example
http://www.google.com/hi this is test
but works if i dont use spaces

Before calling the url, just remove the space and try,you won’t be getting any error

It simply use this trick

Set web url to join{(https://www.google.com/search?q=)(textbox text)}

The above URL will show what user types in the text box into search box without any error… just try

but i want to use spaces

That is what I am telling, it will accept space…

@Mr_YouTuber_Official

Remember, to display webpages in your app use the Web Viewer component in Layout > Views.

Screenshot 2022-05-12 5.40.59 PM

you might want to replace the spaces by %20 like this
https://www.google.com/hi%20this%20is%20test
Taifun

I cant use % instead of space cuz i am sending an sms with spaces by calling a web url …

Duplicate of

Thread closed

Taifun