UNPKG

web2app-spa

Version:

This template is primarily designed to easily convert HTML pages and URLs into a Capacitor/Cordova based iOS/Android app that can be used as Single-page application (SPA).

1 lines 449 B
const page4={PAGE_ID:"page4",openInDefaultView:function(){defaultView.clear();const e=defaultView.getContainerBox();page4.box=e,topBar.setVisible(0),bottomBar.setVisible(1),bottomBar.selectItemByIndex(3),bottomBar.setBorderLine(1),defaultView.setTopAndBottomOuterSpaces(0,bottomBar.getHeight()),e.color="transparent",e.scrollY=0,e.webView=UIWebView.create(0,0,e.width,e.height),e.add(that),that.loadHTMLFile("page4.htm"),defaultView.setVisible(1)}};