Sunday 15 March 2015

javascript - Phonegap clients using MEAN angularjs Nodejs Stack -



javascript - Phonegap clients using MEAN angularjs Nodejs Stack -

i developing web application using mean(mongo, express, angular, node) js stack.

i utilize phonegap compile clients android/iphone native app. @ same time want maintain same client-side views & angularjs code remain usable desktop browsers. using bootstrapper responsive design , works fine me on mobile browsers.

i saw, phonegap require include of it's own javascript files, , required have few more .js files in footer of index.html.

if pressume, should not using server side .jade engine index.html file, , .html should remain in client side. will index.html created phonegap cause problem, if utilize desktop browser? should have different index.html browser , phonegap input. can grunt help me in customizing index.html files.

what other things should take care of needs?

my advice separate projects, phonegap or cordova apps doesn't have running server, serve html files through file:// protocol.

if pressume, should not using server side .jade engine index.html file, , .html should remain in client side.

you presumed correctly, no .jade templates should used, views should plain html files or, if want, load them scripts don't have load them on page request increasing app performance.

will index.html created phonegap cause problem, if utilize desktop browser? should have different index.html browser , phonegap input. can grunt help me in customizing index.html files.

yes will, if seek utilize index,html phonegap on desktop browser lot of javascript alerts. since phonegap.js expecting events fired cordova when running on device. , gets worse if have cordova plugins.

javascript angularjs node.js cordova

No comments:

Post a Comment