RubertdeMacBook-Pro:~ Rubert$ ionic build androidCurrent working directory is not a Cordova-based project.RubertdeMacBook-Pro:~ Rubert$ cd myApp/Ruber...
分类:
移动开发 时间:
2014-10-23 01:21:12
阅读次数:
435
RubertdeMacBook-Pro:myApp Rubert$ ionic emulate androidRunning command: /Users/Rubert/myApp/hooks/after_prepare/010_add_platform_class.js /Users/Rube....
分类:
移动开发 时间:
2014-10-23 01:14:42
阅读次数:
548
技术能实现的,就一定会发生,现在轮到Web IDE了。Monaca 是纯在Web端运行的一个基于Cordova生态的Web IDE,其功能之完善与易用已经足以让Eclipse和XCode汗颜。坊间传闻Javascript一统江湖的时候不远了,因为控制了UI,你就控制了世界。先来看看怎么用吧:1、登录...
分类:
Web程序 时间:
2014-10-22 23:35:43
阅读次数:
600
Start building with Ionic!Follow these quick steps and start building high quality mobile apps in minutes. For a more indepth ...
分类:
其他好文 时间:
2014-10-22 00:39:42
阅读次数:
202
使用phonegap开发手机APP,常常需要更改代码之后进行调试,使用安卓模拟器每次启动非常缓慢,而且不能保证最终在真机上的效果。所以一般都采用真机进行调试。搭建真机的调试环境这里就不再赘述了,网上有很多教程。这里主要讲一下本人在nodejs命令行方式下进行run的时候的报错问题,当输入cordov...
分类:
数据库 时间:
2014-10-21 17:25:37
阅读次数:
212
以下有2种方式1 主Active中 onCreate函数里添加代码2 config.xml文件进行配置(对通过命令行模式下cordova命令行生成的可行)确保自己安装了SplashScreen插件cordova plugin add org.apache.cordova.splashscreen修改...
分类:
其他好文 时间:
2014-10-21 12:05:05
阅读次数:
275
很多人已经发现了,现在通过命令 “gem install compass” 安装的compass,在使用 “compass compile” 编译scss的时候会报下面的异常:
"File to import not found or unreadable: blueprint/typography"
google了一下,说是新版compass已经不包括compass-blupr...
分类:
移动开发 时间:
2014-10-20 15:14:05
阅读次数:
213
我一直想在一个页面的同一个 DIV 里面嵌入一个不同的 HTML文件 ....但是总是没有达到我要的效果.....才发现原来我没有加一个 name我用angular-ui 插件 里面的样式 总是没有跳转....1 2 3 State 14 State 2在app.js...
分类:
其他好文 时间:
2014-10-20 00:42:26
阅读次数:
1238
针对cordova3.0,至现在的3.6都能用.一.准备工作:1.下载Node.js 网址:http://nodejs.org/2.下载phonegap打开CMD窗口 Windows平台:npm install -g cordova Mac平台:sudo npm install -g cordova...
分类:
其他好文 时间:
2014-10-19 22:59:41
阅读次数:
223
做了几个cordova的项目,觉得webapp性能的确是比不上原生,在IOS上还好,安卓上特别的明显.技术群里面很多人都在说cordova是个渣,没用之类的.其实只是很多人没有深入去了解,做点小优化,一般的增删改查APP还是完全能够满足性能要求的.1.有条件可以自己做UI,不要用框架.用框架的话不要...
分类:
移动开发 时间:
2014-10-19 22:52:34
阅读次数:
375