How to load a website into my app

hello! everybody… i wanted to make an ios app that uses the uiwebview method to load a website directly to my app… whenever somebody opens the app… on every opening the index page of my website must open… how to do it??

Hello,

In the Screen.Starts block place the block

WebViewer.setURL <- `http://yoursite.com

However webview is kinda broken right now