如何在触摸屏上从 Flash 退出全屏模式
我需要知道从触摸屏上的 Flash 应用程序的全屏模式退出的所有方法(因为我希望人们使用我的自定义按钮退出)。
我知道在传统桌面上,键盘的 ESC 和鼠标左键双击可以退出全屏(如 YouTube)。
有谁知道触摸屏的使用方法吗? (没有键盘,没有鼠标)
谢谢, 丹尼尔
i need to know all methods to exit from a fullscreen mode of a flash application on a touchscreen (because i want that people exit with my custom button).
I know that with a traditional desktop, ESC of the keyboard and double click with left button of the mouse allow to exit from fullscreen (like youtube).
Anyone know the methods for touchscreen? (no keyboard, no mouse)
Thank you,
Daniele
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Android 上退出全屏模式的唯一“内置”方式是使用设备的“后退”按钮。它适用于 Android 2.x 的硬件按钮和 Android 3.x 平板电脑上的软件后退按钮。
顺便说一句,在桌面上只有 Escape 键才能退出全屏。在 YouTube 中,SWF 会检测双击并更改模式,而 Flash 不会自动执行此操作。
The only "built-in" way of exiting fullscreen mode on Android is with the device's "Back" button. It works with hardware buttons for Android 2.x and for the software back button on Android 3.x tablets.
Incidentally, on desktops only the Escape key exits fullscreen. In youtube, the SWF is detecting double-click and changing modes, Flash isn't doing that automatically.