Socket
Socket
Sign inDemoInstall

ky-web

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ky-web

月食 app 中内嵌 webview 项目


Version published
Maintainers
1
Created
Source

ky-inline-web

月食 app 中内嵌 webview 项目

components 打包上传 npm


yarn run lib

yarn publish

发布流程

dev 上开发模式,会默认打开 vconsole master 上合并 发布生产环境 vconsole 默认关闭

WARNING

注意: 因为安卓的特殊性,有个实体按键, 所以每次在新页面都需要注册下 返回键的功能 ex:

this.$appCommand.androidReturnKey(() =>{
  // 正常逻辑
  this.$appCommand.pop()

  // 控制该按钮
  if(bol) {
    //dosomething
  } else {
    this.$appCommand.pop()
  }

})

ps: ky-web component 打包慢,可能是循环依赖导致,待出新规划,重新整合组件

FAQs

Package last updated on 27 Mar 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc