list view swipe in emulation

0
how does one use (test) list view swipe widget in emulation mode? tried to press <CTRL> <SHIT> <ALT> and combinations, but no luck. even demo https://listviewswipeout.mxapps.io/index-phone-preview.html?profile=phone doesn’t yield a hint. (I’m using Chrome.) used also reference implementation https://academy.mendix.com/link/module/97/lecture/818/11.1-The-Rapid-Developer-Certification-Exam  
asked
1 answers
0

Hi Walter,

Try this:

  1. Go to <url>/index.html?profile=phone 
  2. Press F12 for developer tools
  3. Toggle the Device Toolbar
  4. Select a device like Iphone X
  5. You can now swipe and scroll with your mouse

 

 

answered