On clicking of a button, I would like to redirect to an external URL (for ex www.google.com) within the mobile app.
I have tried "RedirectToURL" component. But it is redirecting me to open the page "/appname/www.google.com" which is not existing.
Basically, I would like to achieve an in-app browser when I can browse thru an external website.
Could you please help? Thanks
Hi Arunkumar,
Did you try to specify the full URL, including "https://"? As for in-app browsing, did you see the InAppBrowser Plugin?
Hi Killian, that helps. I have used InAppBrowser.
Great to hear Arunkumar! Happy coding :).