我想将我的移动网站包装在本机外壳中。这样做的原因是我想:
- 允许我的用户通过页面上的链接使用该应用拍照(如果他们使用的是封装的原生网站)。
- 向我的用户发送推送通知
根据我最初的研究,PhoneGap 和 Titanium 都不是为此而设计的。这里最好的策略是什么?如果有任何区别,这是一个企业应用程序而不是公共应用程序。我只针对 Android 和 iOS。
我想将我的移动网站包装在本机外壳中。这样做的原因是我想:
根据我最初的研究,PhoneGap 和 Titanium 都不是为此而设计的。这里最好的策略是什么?如果有任何区别,这是一个企业应用程序而不是公共应用程序。我只针对 Android 和 iOS。
So several months later I'm not sure why I thought PhoneGap and Titanium were poor choices, but they both would have worked fine, I'm sure. For a hybrid iOS app I ended up just using UIWebView
with a native UITabBar
and implementing some delegate methods on the web view to make it feel native.
你不是在寻找像罗德这样的东西吗?