Step to repeat:
- create a new project as Standard HTML5 application using App Designer and Framework7
- create 2 buttons, 1 left sidebar by drag the control on the page
- 1 button will open left sidebar, 1 button will prompt an alert
After I build the app and deploy to iPhone, it can open the left sidebar by click on the button. But can't default close it when tap outside the sidebar. Instead, it handle my tap on button script too so the alert prompt when I tap on the button. No different for
var myApp = new Framework7({
panelsCloseByOutside: true
});
Anything wrong?
P.S. I'm using Intel XDK ver3240 run on iMac OSX El Capitan. iPhone 6s
链接已复制
6 回复数
