A lot of web applications have their own responsive mobile version. Not only is the UI typically different with there being much less space on the screen, it's also possible the elements on the mobile version of the editor will require different CSS selectors. Therefore, in most applications its best to design a different tour for the mobile version.
Now the tour is ready to be displayed only on the mobile version.
We consider the device to be mobile when the viewport width is lower than 768px.
We recommend using the built-in Chrome DevTools device emulation mode. It will allow you to view your application as it would appear on a real mobile device.
Now, the device emulation mode should be on. You should see something like this:
If the editor is taking up too much of the viewport, select Responsive from the Dimensions dropdown on the top and adjust the size of the emulated viewport.