We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b92cd20 + 161afd0 commit dd59fb2Copy full SHA for dd59fb2
cocos2d/core/platform/CCEGLView.js
@@ -58,7 +58,7 @@ cc.__BrowserGetter = {
58
adaptationType: cc.sys.browserType
59
};
60
61
-if(window.navigator.userAgent.indexOf("OS 8_1_2") > -1) //this mistake like MIUI, so use of MIUI treatment method
+if(window.navigator.userAgent.indexOf("OS 8_1_") > -1) //this mistake like MIUI, so use of MIUI treatment method
62
cc.__BrowserGetter.adaptationType = cc.sys.BROWSER_TYPE_MIUI;
63
64
switch(cc.__BrowserGetter.adaptationType){
0 commit comments