From 3ddb48e651855c9b09d9e7bffab1d5820156e413 Mon Sep 17 00:00:00 2001 From: VitalikL Date: Mon, 28 Feb 2022 22:52:38 -0500 Subject: [PATCH] Compatibility with WKWebView --- index.html | 1 + js/ss-reader.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 0365e8c..a9507e3 100644 --- a/index.html +++ b/index.html @@ -23,6 +23,7 @@ + diff --git a/js/ss-reader.js b/js/ss-reader.js index 93659b4..e00927c 100644 --- a/js/ss-reader.js +++ b/js/ss-reader.js @@ -1,7 +1,7 @@ timeout = null; var userAgent = window.navigator.userAgent.toLowerCase(), - iOS = /iphone|ipod|ipad/.test(userAgent); + iOS = /iphone|ipod|macintosh|ipad/.test(userAgent); $(function(){ window.ssReader = Class({