diff --git a/BookReader/Resources/Raw/wwwroot/index.html b/BookReader/Resources/Raw/wwwroot/index.html index 48c57af..7905b07 100644 --- a/BookReader/Resources/Raw/wwwroot/index.html +++ b/BookReader/Resources/Raw/wwwroot/index.html @@ -17,7 +17,6 @@ overflow: hidden; background-color: #faf8ef; font-family: serif; - touch-action: none; -webkit-touch-callout: none; -webkit-user-select: none; user-select: none; @@ -123,16 +122,6 @@ // ========== DEBUG LOGGING ========== function debugLog(msg) { console.log('[Reader] ' + msg); - //var logDiv = document.getElementById('debug-log'); - //if (logDiv) { - // var line = document.createElement('div'); - // line.textContent = new Date().toLocaleTimeString() + ': ' + msg; - // logDiv.appendChild(line); - // logDiv.scrollTop = logDiv.scrollHeight; - // while (logDiv.children.length > 50) { - // logDiv.removeChild(logDiv.firstChild); - // } - //} } function showError(msg) { diff --git a/BookReader/Views/ReaderPage.xaml b/BookReader/Views/ReaderPage.xaml index bcb791c..bc9f88a 100644 --- a/BookReader/Views/ReaderPage.xaml +++ b/BookReader/Views/ReaderPage.xaml @@ -28,7 +28,7 @@ - + - +