当前位置:   article > 正文

Cocos 去除默认页 web端 (有小黑块的情况)_cocos webmoile 左上角有黑块

cocos webmoile 左上角有黑块

 index.html :注释几行代码

  1. <body>
  2. <canvas id="GameCanvas" oncontextmenu="event.preventDefault()" tabindex="0"></canvas>
  3. <!-- <div id="splash">
  4. <div class="progress-bar stripes">
  5. <span style="width: 0%"></span>
  6. </div>
  7. </div> -->
  8. <script src="src/settings.js" charset="utf-8"></script>
  9. <script src="vconsole.min.js"></script>
  10. <script src="main.js" charset="utf-8"></script>
  11. <script type="text/javascript">
  12. (function () {
  13. // open web debugger console
  14. if (typeof VConsole !== 'undefined') {
  15. window.vConsole = new VConsole();
  16. }
  17. // var splash = document.getElementById('splash');
  18. // spl
声明:本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:【wpsshop博客】
推荐阅读
  

闽ICP备14008679号