|
@@ -88,9 +88,9 @@
|
|
})
|
|
})
|
|
}</script>
|
|
}</script>
|
|
|
|
|
|
-<script src="src/settings.c4bf1.js" charset="utf-8"></script>
|
|
|
|
|
|
+<script src="src/settings.51c8a.js" charset="utf-8"></script>
|
|
|
|
|
|
-<script src="main.d4181.js" charset="utf-8"></script>
|
|
|
|
|
|
+<script src="main.4506e.js" charset="utf-8"></script>
|
|
|
|
|
|
<script type="text/javascript">
|
|
<script type="text/javascript">
|
|
function isMobileDevice() {
|
|
function isMobileDevice() {
|
|
@@ -99,6 +99,9 @@ function isMobileDevice() {
|
|
function isChromeBrowser() {
|
|
function isChromeBrowser() {
|
|
return (/Chrome/i.test(navigator.userAgent));
|
|
return (/Chrome/i.test(navigator.userAgent));
|
|
}
|
|
}
|
|
|
|
+function isIphone() {
|
|
|
|
+ return (/iPhone|iPad/i.test(navigator.userAgent));
|
|
|
|
+}
|
|
function PWA_MODE(){
|
|
function PWA_MODE(){
|
|
if(getUrlParm("pwa") >= 1)
|
|
if(getUrlParm("pwa") >= 1)
|
|
return true;
|
|
return true;
|
|
@@ -377,6 +380,10 @@ function getCookie(name) {
|
|
|
|
|
|
|
|
|
|
(function () {
|
|
(function () {
|
|
|
|
+ if(isIphone()){
|
|
|
|
+ document.getElementById("full_screen").style.width = 0;
|
|
|
|
+ }
|
|
|
|
+
|
|
setTimeout(function() {
|
|
setTimeout(function() {
|
|
feedData("init",navigator.userAgent);
|
|
feedData("init",navigator.userAgent);
|
|
},200);
|
|
},200);
|
|
@@ -423,9 +430,9 @@ function getCookie(name) {
|
|
document.body.appendChild(domScript);
|
|
document.body.appendChild(domScript);
|
|
}
|
|
}
|
|
|
|
|
|
- loadScript(debug ? 'cocos2d-js.js' : 'cocos2d-js-min.ea1f2.js', function () {
|
|
|
|
|
|
+ loadScript(debug ? 'cocos2d-js.js' : 'cocos2d-js-min.22367.js', function () {
|
|
if (CC_PHYSICS_BUILTIN || CC_PHYSICS_CANNON) {
|
|
if (CC_PHYSICS_BUILTIN || CC_PHYSICS_CANNON) {
|
|
- loadScript(debug ? 'physics.js' : 'physics-min.b5fcb.js', window.boot);
|
|
|
|
|
|
+ loadScript(debug ? 'physics.js' : 'physics-min.js', window.boot);
|
|
}
|
|
}
|
|
else {
|
|
else {
|
|
window.boot();
|
|
window.boot();
|