文件名称:nativetransbug:横向视图的 NativePageTransition 问题
文件大小:121KB
文件格式:ZIP
更新时间:2024-06-30 20:39:12
这个 repo 用于展示 NativePageTransition cordova 插件的问题。 克隆这个存储库,按照 iOS8 设备或模拟器上的重现步骤。 ##Problem 当我尝试从纵向视图页面 (page1) 导航到横向页面视图 (page2) 时,页面视图缩小并看到黑屏。 ##Reproduce // 将ios平台添加到代码中 cordova platform add ios // 添加屏幕方向插件 cordova plugin add net.yoik.cordova.plugins.screenorientation // 添加页面过渡插件 cordova plugin add com.telerik.plugins.nativepagetransitions // 准备最终项目 cordova prepare // 现在在任何 iOS 8 设备或模拟器上运行该项
【文件预览】:
nativetransbug-master
----hooks()
--------README.md(8KB)
----www()
--------css()
--------img()
--------index.html(2KB)
--------js()
----plugins()
--------fetch.json(368B)
----config.xml(511B)
----LICENSE(1KB)
----.gitignore(20B)
----README.md(842B)