Skip to content

Commit

Permalink
add videoplayer tips to huawei
Browse files Browse the repository at this point in the history
  • Loading branch information
knoxHuang committed May 16, 2019
1 parent b63ebc5 commit 5700911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/scripts/Tips/TipsManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ module.exports = {

// Not support the Simulator, QQ_PLAY, WECHAT_GAME
case 'videoPlayer':
return (isMobile || isBrowser) && !CC_RUNTIME && !isQQPlay && !isWechat && !isBaidu && !isXiaomi;
return (isMobile || isBrowser) && !CC_RUNTIME && !isQQPlay && !isWechat && !isBaidu && !isXiaomi && !isHUAWEI;

// Not support the VIVO_GAME, OPPO_GAME, WECHAT_GAME, QQ_PLAY, CC_RUNTIME
case 'webview':
Expand Down

0 comments on commit 5700911

Please sign in to comment.