eruda icon indicating copy to clipboard operation
eruda copied to clipboard

Console for mobile browsers

Results 124 eruda issues
Sort by recently updated
recently updated
newest added

[比如这个页面](https://pro.m.jd.com/mall/active/46Vsus7SpKRgDbyAUitFHeBJnthu/index.html) 参考了#75 发现没有CSP,有define变量,AMD还是CMD什么的我也不懂,在引入eruda前把define设为undefined后,eruda能载入,但有bug 具体问题为: 1️⃣点击图标打不开面板,图标无法拖动。虽然可通过在地址栏输入`javascript:eruda.show()`打开面板,但后续使用过程中还是有各种各样的问题。 2️⃣无法载入插件。 关于问题1️⃣,在打开面板后拖动或点击图标,console会不停输出错误信息 ``` null at n.value (https://cdn.jsdelivr.net/npm/eruda:27:169394) at new n (https://cdn.jsdelivr.net/npm/eruda:27:166369) at r.value (https://cdn.jsdelivr.net/npm/eruda:27:183272) at https://cdn.jsdelivr.net/npm/eruda:27:185290 at n (https://storage.360buyimg.com/tower/babelnode/js/templates.0f988df6.js:1:558758) ``` 猜测是事件侦听器内部有问题,所以我找了一段能捕获绑定事件侦听器的代码,代码如下: ``` var ListenerTracker =...

I tried to do it as mentioned in readme and when I try to save it it's not saving and by chance if I save it the script doesn't sound...

Hi to all, I'm using Eruda on my webgl application and when I click on Eruda panel the event is propagated also on my canvas. It's possible to stop propagation...

When the console is showing, sliding will slide the web page together, how to set the console does not penetrate ?

选取元素时,会锁定当前元素的点击事件。 但是部分网站仍然会跳转,例如: https://m.v.qq.com/index.html 锁定以后,点击下方视频还是继续跳转

加载相对路径的luna-dom-highlighter.css.map文件,到时Server层处理了无用的请求

Noticed this over a year ago and have been hoping to see a fix come through, but as I'm not seeing another issue opened for it and it's still not...

``` import('eruda').then(eruda=>{ eruda.init() //Error }) ``` ![image](https://github.com/liriliri/eruda/assets/3381834/4f3b026a-d1da-4c4f-a6e3-5200d7b25bbf)