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

首先对作者的工具表示感谢 非对应编程专业只是由于兴趣接触到这个工具让我爱上了安卓和网页交互 虽然是通过浏览器 不过还是特别感激作者这神器 让我对移动端的元素查询信息方面轻松不少 没有电脑却可以达到f12般选择元素查看信息的便利 我是专用select这个功能的 所以基本上都是关于此场景的建议 1.对于创建eruda时可选择加载模块 能否用单独隔离个插件这样的形式来加载 只用来选择元素(即element中的鼠标图标事件) 保留选中图层和信息浮现 在移动端调试感觉会更轻量 2.select能否支持多选操作 而不是点击另一个元素时 取消上一个选择 应用场景有较多 不过由于是我需求 只希望可以加上批量选择的方法 其它功能我自己折腾 3.能否加入api来获取被选中的元素 例如选中了一个元素 但是她的父子级很难手指选中 此时利用element里的select 可以很方便的获取 但是想反馈给浏览器 我却不知道api是什么 希望可以有反馈选中元素的target本体或者其他可选择的信息target.属性树等等的api 4.锁定后部分无法阻止继续冒泡 https://m.v.qq.com/index.html...

用了一些第三方包, 里面有大量的 info 级别的无用 log。eruda 选中 All 的 filiter 时, 会显示所有 log, 使项目里普通 log 和第三方info log 混杂, 非常影响调试。联系第三方包作者答复时暂时没办法加个开关控制。

![image](https://user-images.githubusercontent.com/19354791/106455519-44c59100-64c7-11eb-8bb9-324703b0f1c4.png) There is no effect when I use like this: ```js eruda.init({ tool: ['resource] }); ``` Instead I should use like this: ```js eruda.init({ tool: ['resources] }); ``` Why not...

So, I have a school Chromebook that I've tried to see it on with the bookmarklet, and it simply does not work in these conditions, along with it using jsDelivr:...

Hi,目前最新的2.4.1 不能兼容到Android4.4.x(chrome30),我看了下报错,应该是因为Map对象没有polyfill,请兼容下 在build脚本中,我看到[babel-preset-env](https://github.com/liriliri/eruda/blob/master/build/webpack.base.js#L57)中没有指定browserlist相关配置,这样恐怕每次构建都是不稳定的

It is supposed to show an expanded view of an object, instead it is completely like console.log.

I think, it'd be a great enhancement if we could inspect the shadowRoot on HTML elements, as currently it is completely unsupported by eruda.

enhancement

It would be pretty useful to simulate a keyboard as a lot of websites use keyboard inputs for shortcuts and various actions and it's impossible to use such websites on...