mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Mark book viewport as not user scalabale
This commit is contained in:
parent
8650823670
commit
d8e0a6bf2e
@ -17,7 +17,7 @@ LOADING_DOC = '''
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<script type="text/javascript" id="bootstrap">
|
||||
__SCRIPT__
|
||||
|
Loading…
x
Reference in New Issue
Block a user