cordova - How to Set Up a Single Page Application in phonegap within a single HTML page? -


renderhomeview: function() {     var html =             "<div class='header'><h1>home</h1></div>" +             "<div class='search-view'>" +             "<input class='search-key'/>" +             "<ul class='employee-list'></ul>" +             "</div>"     $('body').html(html);     $('.search-key').on('keyup', $.proxy(this.findbyname, this)); }, 

go https://angularjs.org/

you can follow tutorials in started.

place index.html file including other project folders in www folder. if build ios/android platforms, should copy files respective folders , can run them on device.


Comments

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -