MyZip.dll :有BUG,会把子目录的文件解压到根目录。。ICSharpCode.SharpZipLib.dll:把ICSharpCode.SharpZipLib.dll复制一份,重命名为ICSharpCode.SharpZipLib_up.dll ,A项目(主程序)用ICSharpCode....
分类:
其他好文 时间:
2015-09-10 12:42:22
阅读次数:
140
navigator.camera.getPicture(onPhotoDataSuccess, onFail, { quality: 70, destinationType: destinationType.DATA_URL,targetWidth: 250,targetHeight:...
分类:
其他好文 时间:
2015-09-07 21:01:27
阅读次数:
182
如果希望阻止app在设备旋转时发生横屏,可以使用这个插件:cordova plugin add cordova-plugin-screen-orientation// set to either landscape screen.lockOrientation('landscape'); // al...
分类:
其他好文 时间:
2015-09-07 16:44:26
阅读次数:
388
android下简单,连接手机后,直接:myProjectPath>ionic run androidios下比较麻烦点,要先装ios-deploy:?sudo npm install -g ios-deploy然后:sudo ionic run ios --device
分类:
其他好文 时间:
2015-09-07 15:36:07
阅读次数:
3518
For iOS, tabs will appear at the bottom of the screen. For Android, tabs will be at the top of the screen, below the nav-bar. This follows each OS‘s design specification, but can be configured with...
分类:
移动开发 时间:
2015-09-04 11:12:26
阅读次数:
188
案例:在IONIC中使用百度地图的JS版SDK,在该JS相关界面中需要触发点击事件来实现在Ionic的JS中定义的函数,参考方法如下:onclick="var $scope = angular.element(event.target).scope();$scope.hello()"其中var $s...
分类:
Web程序 时间:
2015-09-02 15:56:42
阅读次数:
305
1)$ionicHistory.goBack();2)$ionicNavBarDelegate.back();个人感觉:1)$ionicHistory.goBack()会按照html历史来后退2)$ionicNavBarDelegate.back()会按照ion-nav-view的层级来跳转;但是,...
分类:
其他好文 时间:
2015-08-29 15:21:01
阅读次数:
934
建议对ionic和AnjularJs有一定了解的人可以用到,很多时候我们要用到选择省份、城市、区县的功能,现在就跟着我来实现这个功能吧,用很少的代码(我这里是根据客户的要求,只显示想要显示的部分省份和其相对应的城市、区县,并且这些数据将通过后台放入数据库,并没有引用完整的城市js)1.首先在所需要的...
分类:
Web程序 时间:
2015-08-28 17:01:57
阅读次数:
391
HTML5中这样子可以实现打电话的功能,但是在ionic实际项目中,并不是直接就可以这样子用,需要配置一下config.xml文件就可以在手机上调用到自己的联系人打电话页面了10086
分类:
Web程序 时间:
2015-08-28 15:25:16
阅读次数:
1236