Is it possible to create a cross-platform mobile app that will launch as a website(in default browser)?
I am writing a fully responsive web portal project on MVC.
and when I finish I want to make a mobile app that will open that website link (in default browser) when launched on the device.
IS there a very simple way?
Just in case your only requirement is to show your website in mobile then you can use any cross platform technologies like ReactNative, Xamarin, PhoneGap to open webView when the app is launched and load this URL which doesn't take much time.
Word of caution: But loading web view in just web view is not recommended approach. Mobile development has its own advantages over webview. Native frameworks will always have their own mark on their own platforms. The look and feel and performance definitely becomes the distinguishable point here. I suggest going with technology like ReactNative which absolutely takes all advantages of native frameworks and works as cross-platform.