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 • 417 B
JavaScript
const page7={ID:"page7",openInSecondView:function(){secondView.clear();const e=secondView.getContainerBox();page7.box=e,e.color="white",e.webView=UIWebView.create(0,0,e.width,e.height),e.add(that),that.loadHTMLFile("page7.htm"),e.btnClose=UICloseButton.create(),e.add(that),that.background.border=0,that.background.color="rgba(0, 0, 0, 0.05)",that.onClick((function(){secondView.close()})),secondView.setVisible(1)}};