Results 2 comments of wushuang
trafficstars

@colorhook 没有报错信息, 下面这个是个简单的demo, 在手机上仍显示白色背景(小米10ultra + 手淘/浏览器, iphone12pro模拟器都会有)。 如果把camera的backgroundColor设成new Vector(0, 0, 0, 0), 则为透明背景 表现正常。 web端都表现正常。 ![image](https://user-images.githubusercontent.com/20393433/111582455-ccf0c300-87f5-11eb-8460-057c02131cee.png)

@husong-sudo 我写了一个简单的demo,地址是https://github.com/yinxing-ws/demo , 用create-react-app脚手架,只改了src/App.js里的代码。 我手机机型是小米10ultra, iphone 12模拟器也看过, 都会出现这个问题, web上没问题。