I want to open a url, a site outside of the outsystem, how can i?
Create a External Site object inside a web flow. Then use it on the link to navigate to any URL outside Outsystems page.
https://screencast.com/t/rGzvIn9UbW
Nelson Inácio wrote:
Didn't worked, i have to put something different on the url?
Vinicius Schonardie wrote:
Give some more details of what you want to do.
On the URL for example you can put "www.google.com", then will open google. You can add a parameter if URL isn't static.
What exactly you want to put in the url , External Site is to redirect Outside outsystems application only.
Regards
-PJ-
Pramod Jain wrote:
I just want to open the site that i will pass on the browser of my phone just this...
@Vinicius Schonardie
Hello Vinicius,
You just need to add a property to your link.
Example:
Extended property = target
Value = "_blank"
As you can see in this example:
https://miguelvicente.outsystemscloud.com/PreviewInDevices/?IsMobilePreview=True&DeviceName=Smartphone&URL=/DemoPlugins/HomeScreen?_ts=636153450214067411
Kind Regards,
Miguel Vicente
The external site way:
linked the expression to the external site and on url of the external site i putted www.google.com, he opens a page inside of the outsystem saying: SCREEN NOT FOUND: /NAME_OF_ESPACE/www.google.com
The link to external url way:
i did exactly like you said @Miguel Vicente and nothing happens...
I'm using Outsystem 10.0 and testing on outsystem now, on my iphone...
@Vinicius
You need to add "https://" before "www.google.com"
Kind Regards
MV
Miguel Vicente wrote:
i added on my application...
Good Morning @Vinicius
Can you send me the link or a print of your use case, to be more helpful?
Thank you,
Tried to put "external:"befora and didn't worked... i click and nothing happens!
If you're struggling with the link object. You could just add the link as html in an expression, something like this:
<a href="https://www.google.com" target="_blank">Link Text</a>
Craig Salmon wrote:
how it works can you give a example pleasE?
I also wants to do the same thing but in href i need Input of a text box.
<a href="TextBox.Value" target="_blank">Link Text</a>
Can it be achieved with Outsystems?
Has anyone gotten a solution to this?
I'm experiencing the same problem as faced by Vinicius. Please help.
Hi Vikhyat,
This worked for me(android) https://www.outsystems.com/forums/discussion/26259/open-url-in-new-window-in-ios-app/