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
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-7b8e02-283f6.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-7b8e02-283f6.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?