We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b3e5d3 commit bf6c6d4Copy full SHA for bf6c6d4
cocos2d/platform/CCEGLView.js
@@ -147,7 +147,7 @@ cc.EGLView = cc.Class.extend(/** @lends cc.EGLView# */{
147
},
148
149
_scrollToBottom:function(){
150
- if(cc.Browser.isMobile){
+ if (cc.Browser.isMobile && cc.Browser.type != "baidubrowser") {
151
cc.canvas.height = this._ele.clientHeight + 100;
152
window.location.href="#bottom";
153
}
0 commit comments