会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
tomKart
梦想总是要有的 万一实现了呢
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
下一页
2017年11月23日
The "tsconfig.json" file must have compilerOptions.sourceMap set to true
摘要: 在编译ionic项目的时候出现:Error:The "tsconfig.json" file must have compilerOptions.sourceMap set to true. 如下: 解决此问题首先我们要弄清楚这个文件的作用:tsconfig.json文件用来指定编译项目所需的根文件
阅读全文
posted @ 2017-11-23 17:35 tomKart
阅读(658)
评论(0)
推荐(0)
2017年11月21日
*** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<WKWebViewConfiguration 0x1701bcd20> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the k
摘要: 问题描述: ionic项目,windows下正常,打包android可正常运行; 因为需要打包到iPhone (ios 11.0.1)上测试,将代码拿到Mac OS环境下(重新npm install、platform add ios等)测试的时候, build ios正常、ionic serve正常
阅读全文
posted @ 2017-11-21 19:00 tomKart
阅读(2030)
评论(0)
推荐(0)
2017年11月17日
Android Service
摘要: 1、Service的种类 按运行地点分类: 其实remote服务还是很少见的,并且一般都是系统服务。 按运行类型分类: 有同学可能会问,后台服务我们可以自己创建 ONGOING 的 Notification 这样就成为前台服务吗?答案是否定的,前台服务是在做了上述工作之后需要调用 startFore
阅读全文
posted @ 2017-11-17 14:21 tomKart
阅读(205)
评论(0)
推荐(0)
2017年11月9日
关于phonegap-plugin-contentsync插件
摘要: 插件介绍: 作用:下载并缓存远程托管的内容。 地址:https://github.com/phonegap/phonegap-plugin-contentsync 插件支持的平台:Android、IOS、WP8 插件使用: 1.创建一个PhoneGap(或者Cordova) 的测试demo,可以通过
阅读全文
posted @ 2017-11-09 17:01 tomKart
阅读(300)
评论(0)
推荐(0)
2017年10月31日
Ionic APP 热更新 之 产品发布状态下的热更新搭建,去local-dev-addon插件
摘要: 上一篇,我们介绍了在本地开发环境下的ionic项目热更新测试, 本文,我们将详细说明如何在去掉cordova-hot-code-push-local-dev-addon插件的情况下,实现热更新。 使用步骤: 1.安装CLI:npm install -g cordova-hot-code-push-c
阅读全文
posted @ 2017-10-31 20:40 tomKart
阅读(1118)
评论(0)
推荐(0)
2017年10月30日
Ionic APP 热更新
摘要: 开门见山,本文主题:cordova-hot-code-push 作用:cordova热更新插件,提供了在应用程序中对基于Web的内容进行自动更新的功能。 GitHub地址:https://github.com/nordnet/cordova-hot-code-push 另外一并介绍:cordova-
阅读全文
posted @ 2017-10-30 16:36 tomKart
阅读(1723)
评论(0)
推荐(0)
2017年9月25日
android 9 patch
摘要:
阅读全文
posted @ 2017-09-25 17:17 tomKart
阅读(121)
评论(0)
推荐(0)
2017年6月24日
在懒加载的Ionic工程中使用 ionic2-auto-complete 组件:Can't bind to 'dataProvider' since it isn't a known property of 'ion-auto-complete'
摘要: 问题描述: 在基于懒加载的Ionic工程中,使用ionic2-auto-complete组件(GitHub地址:https://github.com/kadoshms/ionic2-autocomplete),出现以下错误提示: 说明:组件使用均是按照GitHub上的标准写法, 在非懒加载的Ioni
阅读全文
posted @ 2017-06-24 14:14 tomKart
阅读(751)
评论(0)
推荐(0)
2017年6月23日
Template parse errors: The pipe 'translate' could not be found
摘要: 问题描述: 基于Ionic最新的super模板,创建的项目,在自己改造成懒加载机制后,原本正常的项目出现问题了,提示模板内部使用的翻译管道找不到,如图: 模板内部使用的翻译管道代码,我确定没有问题, 问题的产生应该与改造懒加载模式有关系,但是不清楚为什么会产生冲突。 最终解决方案: 在确保app.m
阅读全文
posted @ 2017-06-23 09:58 tomKart
阅读(3367)
评论(0)
推荐(1)
2017年6月12日
How to update Ionic cli and libraries
摘要: 1)npm outdated 2)手动修改你项目的package.json文件,找对应的版本号 3)npm update 重新安装包就可以了。 转自:http://devfanaticblog.com/how-to-update-ionic-2-cli-and-libraries/
阅读全文
posted @ 2017-06-12 11:22 tomKart
阅读(221)
评论(0)
推荐(0)
上一页
1
2
3
4
下一页
公告