Link to home
Start Free TrialLog in
Avatar of websss
websssFlag for Kenya

asked on

xamarin - container for showing website

Hi, we are prototyping an app on android, windows and iOS using xamarin
Initially we just want to use our responsive website in a container (not ideal i know!)
We will then develop a proper app using xamarin, however this will take some time
What is the method for loading a website in a container on xamarin forms for all 3 versions of mobile platforms
ASKER CERTIFIED SOLUTION
Avatar of Ryan Chong
Ryan Chong
Flag of Singapore image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
if you create a simple xamarin.forms app, then it will automatically convert it to each platform for you (ios, android,windows phone, wndows). If you want a quick way to do this cross platform I'd recommend it, I'm doing the same at the moment. Then you can use the Webview control as Ryan suggested above.