Skip to content

Instantly share code, notes, and snippets.

View TheRealWaldo's full-sized avatar
🎯
Focusing

Will Freeman TheRealWaldo

🎯
Focusing
View GitHub Profile
@TheRealWaldo
TheRealWaldo / gist:cb8f0f1d5db203ad08e2
Last active August 29, 2015 14:11
skel-layers android hack
--- src/skel-layers.js
+++ src/skel-layers.js
@@ -1411,7 +1411,13 @@
};
+ // Hack: Android and WP don't register touch events on fixed elements properly,
+ // so if this layerToggle is on an overlay it needs to be a click.
+ if (_._.vars.deviceType == 'android'
+ || _._.vars.deviceType == 'wp')