cordova实现点击按钮旋转屏幕插件cordova-plugin-screen-orientation

92 篇文章 206 订阅 ¥9.90 ¥99.00
本文介绍了如何使用cordova-plugin-screen-orientation插件在iOS、Android和Windows UWP平台上设置和锁定屏幕方向。详细讲解了安装插件、设置屏幕方向及监听屏幕旋转事件的方法,并提供了测试代码示例。
摘要由CSDN通过智能技术生成

一、关于cordova-plugin-screen-orientation插件:

Cordova插件以iOS,Android和windows-uwp的常用方式设置/锁定屏幕方向。此插件基于Screen Orientation API,因此api与当前规范匹配。

该插件将以下内容添加到屏幕对象(window.screen):

// lock the device orientation
.orientation.lock('portrait')

// unlock the orientation
.orientation.unlock()

// current orientation
.orientation

二、使用方法:

1.安装插件:

cordova plugin add cordova-plugin-screen-orientation

Git 源代码地址:https://github.com/apache/cordov

  • 1
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值