mirror of
https://github.com/Insality/druid
synced 2025-09-27 10:02:19 +02:00
Update HTML5 example
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<!-- The above 4 meta tags *must* come first in the head; any other head content must come *after* these tags -->
|
||||
|
||||
<title>druid 0.11.694</title>
|
||||
<title>druid 0.11.718</title>
|
||||
<style type='text/css'>
|
||||
/* Disable user selection to avoid strange bug in Chrome on Windows:
|
||||
* Selecting a text outside the canvas, then clicking+draging would
|
||||
@@ -165,6 +165,8 @@
|
||||
return scriptDirectory + path;
|
||||
};
|
||||
|
||||
|
||||
|
||||
var is_iOS = /iPad|iPhone|iPod/.test(navigator.userAgent) && !window.MSStream;
|
||||
var buttonHeight = 0;
|
||||
var prevInnerWidth = -1;
|
||||
|
Reference in New Issue
Block a user