Skip to content
This repository has been archived by the owner on Jan 24, 2018. It is now read-only.
Alexander Prinzhorn edited this page Oct 15, 2013 · 12 revisions

Here's the place for some useful tips when using skrollr.

Debugging mobile

Debugging a (skrollr) website on mobile is a pain. Especially when you're new to skrollr and don't know what the #skrollr-body is about. Here's a handy tip: unless you're debugging device/os specific bugs, you can easily debug mobile with Chrome on desktop. Just switch your user-agent to mobile (e.g. iOS) and enable Emulate touch events and skrollr will switch to mobile mode. Refresh the page after changing the settings in order for them to take effect. Here's a screenshot of the Chrome developer tools:

Output the current scroll position

Add infos here...

Clone this wiki locally