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 363 B
const page6={ID:"page6",openInSecondView:function(){secondView.clear();const e=secondView.getContainerBox();page6.box=e,e.color="white",e.webView=UIWebView.create(0,0,e.width,e.height),e.add(that),that.loadHTMLFile("https://bug7a.github.io/"),e.btnClose=UICloseButton.create(),e.add(that),that.onClick((function(){secondView.close()})),secondView.setVisible(1)}};