BryanChiu / Mactivision

CS4ZP6 2020-21 Capstone group. Mini-games
4 stars 5 forks source link

Compatibility Test #119

Closed Wesley-Guoxy closed 3 years ago

Wesley-Guoxy commented 3 years ago

Description:

I am testing functionality on mobile devices, but first I try to open main page by the web browser embedded in WeChat PC application, which is the most popular communication application in China. Suppose that we need to share the mini game with our families or friends, it would be very convenient if others open up through chatting app. Unfortunately, our mini game won’t work at all on the browser provided by WeChat PC application.

Environment:

Windows10, Python3.7.9

Steps to Reproduce:

  1. Send http://127.0.0.1:3000 to any contact through WeChat window
  2. The situation happens like below image

Expected Result:

Run the web application anywhere we want.

Severity:

MIDDLE

DavidHospital commented 3 years ago

This is out of the scope of this project. Our project is not intended to work on modile devices, and end users should not be send the link to other people. Furthermore, if WeChat internal browser does not support WebAssembly, there is nothing we can do to fix that.