mobile - Cordova-Like Hybrid App Framework - But Offline -
i've been looking creating mobile app (for both ios , android) out of responsive website.
i understand open-source project enables apache cordova, , popular saas version of adobe phonegap.
after taking @ phonegap , some of competitors, understand they work in same way:
- developer builds responsive website.
- developer uses 1 of sass options/vanilla cordova in order wrap said website in ios/android package (optionally using some of framework's native sdks, "app" native-like functionalities.).
- developer uploads packaged "app" various app stores.
if i'm not mistaken, means all cordova , derivatives do (no disrespect intended, obviously) take url, allow code in use native functions, , wrap in package suitable mobile phones.
my site different - don't care internet connection.
all want html & css work on phones located in remote places bad internet connection.
so - loading website in webview not enough me, want run without internet connection load initial url.
is there service/open-source project caters specific need?
assuming have installed node, npm, , cordova. command create project cordova cordova create hello com.example.hello helloworld
when create project cordova have www directory in apps rootdir here can put html, css , js code directly. if build app cordova app not fetch these web pages web. further if want data fetched web can use web-services using angular js or using java-script
Comments
Post a Comment