我正在开发Firefox插件,并希望在Android上进行测试。我已经下载了夜间在电话和有根目录访问。
在addon目录中,我运行以下命令:
cfx run -a fennec-on-device -b /bin/adb --mobile-app fennec --force-mobile
按照的说法。
然后在我的手机上打开Nightly,我在终端上得到以下输出:
Launching mobile application with intent name org.mozilla.fennec
Pushing the addon to your device
Starting: Intent {
when i edit the tag 'learn react' to 'learn react pranjal' in app.js and then save and
reload it no change is observed in browser , why? pls help me
函数App() { return (
编辑src/App.js并保存以重新加载。
学习反应pranjal )
当我尝试使用require加载一个模块时,它在终端上运行良好,但在浏览器中不起作用:const express = require("express"); Uncaught ReferenceError: require is not defined 然后我试了试import express from 'express';,它显示: Uncaught SyntaxError: Cannot use import statement outside a module 然后有人建议将type="module"添加到我的脚本中,它抛出另一个错误,说:
该站点经常在终端上运行,有时会出现以下错误
WebGL unsupported in this browser, use "pixi.js-legacy" for fallback canvas2d support.
但在加载页面时,会出现一个关于webgl2使用的。我不能捕捉到类似的错误,但用户有时会得到它。
我启用了pixi.js 6.1.3和硬件加速
可能的问题是什么?