Skip to content

zryalice/Hybrid

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hybrid

经过之前的简单Hybrid框的实现,现在正在形成一个通用的Hybrid平台,详情请看博客介绍,代码会持续更新
Native Andriod代码由明月同学提供
Native iOS代码由Nil同学提供

博客地址

###整体设计博客 https://www.cnblogs.com/yexiaochai/p/4921635.html
https://www.cnblogs.com/yexiaochai/p/5524783.html

###ios博客 https://www.cnblogs.com/nildog/p/5536081.html#3440931

前端框架

后续会将此前端框架与此平台融合 https://github.com/yexiaochai/blade

iOS哥们博客

https://www.cnblogs.com/nildog/p/5536081.html

forward接口

基本使用

{ tagname: 'forward', param: { //需要去的页面 topage: 'https://www.baidu.com', //以h5的方式打开上面的页面 type: 'h5', //动画方式,暂时支持push(左进) pop(右出) present(下进,使用这种动画默认从下面返回) //该参数可以没有 animate: 'push'

}

}

About

简单Hybrid框的实现

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 32.5%
  • C 22.0%
  • CSS 21.9%
  • Objective-C 11.0%
  • Java 4.8%
  • Swift 4.4%
  • Other 3.4%