Hi all,
I'm currently working on a project on mobile, and I want to open the External URL in an InAppBrowserEvent.
The problem is, I want to store the External URL that is being opened in InAppBrowser and stored in a local variable in Outsystems.
Is anyone experienced in this or have you ever done this?
Is there any suggestion that I can save the External URL of InAppBrowserEvents to a local variable?
Thank you for your attention
I was able to solve this problem by reading the information on the link...
https://www.linkedin.com/safety/go?messageThreadUrn=urn%3Ali%3AmessageThreadUrn%3A&url=https%3A%2F%2Fwww.outsystems.com%2Fforums%2Fdiscussion%2F26259%2Fopen-url-in-new-window-in-ios-app%2F&trk=flagship-messaging-android
Thanks Castro Vieira,
After I read this discussion, the issue discussed in that discussion is how to open URLs in applications.
While my case is how to extract URL in current page InAppBrowser.
Correct me if i'm wrong