127
Views
3
Comments
Solved
In App Browser

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

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP
Solution

Hi Arunkumar,

Did you try to specify the full URL, including "https://"? As for in-app browsing, did you see the InAppBrowser Plugin?

2018-09-19 11-44-11
Arunkumar Balu

Hi Killian, that helps. I have used InAppBrowser.

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP

Great to hear Arunkumar! Happy coding :).

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.