在Livecode中在android上播放视频时如何设置全屏?

在Livecode中在android上播放视频时如何设置全屏?,android,livecode,Android,Livecode,我创建了一个用于玩android的播放器 我卡上的密码是: on opencard --start videomobile if the environment is "mobile"then mobileControlCreate "player","videoControl" mobileControlSet "videoControl","filename","assets/player/vdo.mp4" mobileControlSet "

我创建了一个用于玩android的播放器

我卡上的密码是:

on opencard
   --start videomobile
   if the environment is "mobile"then
      mobileControlCreate "player","videoControl"
      mobileControlSet "videoControl","filename","assets/player/vdo.mp4"
      mobileControlSet "videoControl","preserveAspect",true
      mobileControlSet "videoControl","showController",true
      mobileControlSet "videoControl","visible",true
      mobileControlSet "videoControl","rect",the rect of player ID 1004
   end if
   --end videomobile
end opencard
当我在我的设备上测试时。该视频已显示和播放。但它不像iOS上的全屏


怎么办?

不幸的是,全屏选项仅适用于带有LiveCode的iOS。您可以使用mobileControlSet命令手动调整播放器的rect