Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
window("child").filename = "child.dir"
secondMonitorRect = _system.desktopRectList[2]
w = secondMonitorRect.right - secondMonitorRect.left
h = secondMonitorRect.bottom - secondMonitorRect.top
childDrawRect = rect(0, 0, w, h)
window("child").drawRect = the desktopRectList[1]
window("child").rect = secondMonitorRect
window("child").open()