Class: Landscape

new Landscape()

当用户切换横竖屏时,给予友好提示。
版本:
  • 1.0
作者:
  • lyushine
继承:
依赖:
  • module:lib/zepto.js
  • module:src/base.js
源码:
Example
 var Landscape = new mo.Landscape({}); 
  • 参数

  • 方法

  • 名称 类型 参数 默认值 描述
    config.pic string <optional>
    图片地址 如'http://ossweb-img.qq.com/images/js/landscape/landscape.png'
    config.picZoom number <optional>
    2 图片缩放比例 如 2
    config.zIndex number <optional>
    99 层级覆盖z-index值
    config.mode string <optional>
    portrait 页面模式,如'portrait'或'landscape'
    config.bgcolor string <optional>
    #32373b 背景色,如 '#000'
    config.txt string <optional>
    '为了更好的体验,请将手机/平板竖过来' 提示文字, 如 '为了更好的体验,请将手机/平板竖过来'
    config.txtColor string <optional>
    '#ffd40a' 提示文字颜色 如'#ffd40a'
    config.prefix string <optional>
    Shine 前缀 如 'Shine'
    config.init object{string:function} <optional>
    组件初始化后的回调
    config.landback object{string:function} <optional>
    友好提示显示后的回调
  • constructor()

    构造函数
    继承自:
    • mo.Base#constructor
    源码:

    off()

    绑定事件
    继承自:
    • mo.Base#off
    源码:

    on()

    绑定事件
    继承自:
    • mo.Base#on
    源码:

    trigger()

    触发事件
    继承自:
    • mo.Base#trigger
    源码:
  • 运行Demo二维码

    Loading...

    运行Demo二维码

    Loading...