Skip to content

Instantly share code, notes, and snippets.

// WebView
(function () {
var eventHandlers = {};
var locationHash = '';
try {
locationHash = location.hash.toString();
} catch (e) {}
var initParams = urlParseHashParams(locationHash);