Test In-app Browser for Native App

0
Hi Everyone, I am currently building a Native application with an In-app browser and have come to the stage where I need to test the in-app browser. The in-app browser is directed back to the ‘localhost’ web app where I am attempting to load a sign-up page. How can I, from my mobile device (android), access that sign-up page? Would this require the local app to be hosted else where? 
asked
1 answers
2

In Studio Pro, you’ll want to change the runtime URL of your app. That’s done in:

Project Explorer → Settings → Configuration → Edit → Server → Application Root URL

If you change that URL to the one that you use in the Make It Native app (i.e, the local network address of your development machine), then the app will think it’s running at this URL instead of localhost. I suspect that’ll solve your issue.

answered