书栈网 · BookStack 本次搜索耗时 0.020 秒,为您找到 197 个相关结果.
  • Building

    Starting Scaffolding Migration Cross Platform Running Overview Running on iOS Running on Android Testing Contributing Web View Ionic Storage
  • Versioning

    Release Schedule Major Release Minor Release Patch Release Changelog Ionic Framework follows the Semantic Versioning (SemVer) convention: major.minor.patch. Incompatible AP...
  • Introduction

    What is Ionic Framework? Core Concepts Build your First App Browser Support Versioning Release Notes Support
  • Platform

    Platform 实例方法 is(platformName) platforms() versions(platformName) ready() setDir(dir) dir() isRTL() setLang(language) lang() Platform 用来返回当前平台信息。它比ionic V1版本...
  • Android Setup

    Java Gradle Android Studio Installing Android Studio Installing the Android SDK Configuring Command Line Tools Creating an Android Virtual Device Set up an Android Device ...
  • Modals

    Modals 使用方法 静态方法 create(componentType,data) 实例方法 onDismiss(call) 例子 Modals Modals是一个当前页面上的内容窗口。通常它是用来做选择或者编辑一个项目。 使用方法 import { Page , Modal , NavController , ...
  • NavParams

    NavParams 实例方法 data() get(parameter) NavParams 类似于在Ionic V1版本中的$stateParams 用来在页面中传递数据。 export class MyClass { constructor ( params : NavParams ){ this . p...
  • Grid

    Grid Grid ionic基于flexbox制作了一套网格框架。 <ion-col width-10 > This column will take 10% of space </ion-col> 列的百分比属性: width-10 10% width-20 20% width-25 25% width-33 ...
  • JavaScript

    1188 2020-05-28 《FunDebug 文档》
    JavaScript 插件特点 产品博客 JavaScript Fundebug的JavaScript插件能够实时监控网页应用的错误,第一时间给您发送报警,帮助您及时发现BUG,快速解决BUG。 插件特点 一行代码搞定 ; 自动捕获未处理的错误; 能够捕获3种不同的前端错误:JavaScript执行错误 ,资源加载错误 和HTTP请求错误...
  • 第四课:使用相机拍照

    第四课:使用相机拍照 创建一个Photo数据模型 制作一个简单的Alert服务 使用Camera照相 将照片移动到永久存储中 更新模板 总结 第四课:使用相机拍照 本课的目标是整合Camera这样我们可以用他来拍照了,但是要达到这个目标需要下点功夫。除了要出发相机拍照之外,我们还要: 将照片移动到手机上的持久储存 在模板中展示这些照片...