There is a website of the company, when you open it for the first time the login page opens automatically. I'm going to build the mobile version of it. So I want when the app is opened, that login page will be launched. How do I get started? Do i need to use auto-launch? or Do i need to set the page manually like using openURL etc?
Is there typescript alternative for this:
// my-page.js
var OpenUrl = require("nativescript-openurl");
OpenUrl("http://www.master-technology.com");
Or should I use WebView? If so, how to make it launch automatically? Thanks.