Apicloud openFrame set historyGestureEnabled:true gesture to slide to the right has no effect.

$(". Btn"). On ("click",function () {

)
    api.openFrame{ 
        name:"userInfo"
        url:"/ userInfo.html "
        animation:{ 
          type:"push"
          subType: "from_right"
          :500 
        }
        useWKWebView:true
        historyGestureEnabled:true 
    }; 
  }

I want to return to the previous page when I slide the gesture to the right. It has no effect when historyGestureEnabled is set to true. Do any great gods know why

Jul.28,2021
Menu