Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

createjs页面安卓端微信内置游览器上运行会崩溃?

Explorer ,
Nov 14, 2018 Nov 14, 2018

题目描述

1.animate cc 2019 发布的页面在安卓端微信内置游览器上运行几分钟就会崩溃!

题目来源及自己的思路

在Android(华为畅享8 64G)机器上

  1. Chrome和360极速游览器上运行无问题;
  2. 微信内置游览器,qq内置游览器上 页面会抖动,并且运行2分钟就奔溃;

页面信息以及相关处理

  1. 已经把所以的图形矢量图转成png图片;
  2. 页面添加了meta元数据适配

         <meta name="renderer" content="webkit" />
         <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
         <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0, minimal-ui">
         <meta name="format-detection" content="telephone=no" />
         <meta name="apple-mobile-web-app-capable" content="yes" />

               3. animate发布的时候,已设置发布成sprite sheets,并且最大大小设为1024*1024;分辨率 1366*768, 比例为1.0;

               4. 页面发布后文件大小1M出头;

               5. 动画时长15秒;

你期待的结果是什么?

  1. 页面抖动,游览器奔溃的可能原因,以及相应的解决方案;
367
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
no replies

Have something to add?

Join the conversation