2.2.0 • Published 7 years ago

hyhc-mobile_interface v2.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

移动端接口

将移动端注入到页面上的接口采用 Promise 封装,同时处理了 IOS 与 Android 设备上的一些差异,以方便开发者调用。

基本使用

import { mobileInterface } from '@hyhc/mobile_interface';

mobileInterface.showToast('Hello World!');

导出的模块

  • File 选择、上传移动设备中的文件,以及从远程服务器上下载文件到本地。
  • Geology 获取设备位置信息。
  • QR 扫描二维码。
  • UserSelector 从组织架构中选择用户。
  • mobileInterface 包含一些不需要用户交互的接口。