WeChatウィジェット設定videoデフォルトフルスクリーン


Androidの栄光をテストします.8は大丈夫です.他の行がよく分かりません.ダメなものがあれば残してください.ありがとうございます.
   
js
 /**
   *       --      
   */
  onShow: function() {
    this.videoContext = wx.createVideoContext('myvideo', this);
    this.videoContext.requestFullScreen({ direction: 90 });
  },