GithubHelp home page GithubHelp logo

能在weiview打开么? about vconsole HOT 12 CLOSED

tencent avatar tencent commented on May 21, 2024
能在weiview打开么?

from vconsole.

Comments (12)

wuxingjiang avatar wuxingjiang commented on May 21, 2024 1

Android 的我试试看有无报错

from vconsole.

wuxingjiang avatar wuxingjiang commented on May 21, 2024 1

好的,谢谢。

from vconsole.

Maizify avatar Maizify commented on May 21, 2024

只要是网页,都可以加载 vConsole。

from vconsole.

wuxingjiang avatar wuxingjiang commented on May 21, 2024

在webview页面需要app做什么配置么?出现了vconsole按钮但是点上去没反应。

from vconsole.

Maizify avatar Maizify commented on May 21, 2024

不需要做什么配置,按钮绑定的是 click 事件,理论上点击后就会弹出面板。按钮现在可以拖拽位置吗?

from vconsole.

wuxingjiang avatar wuxingjiang commented on May 21, 2024

不能。没任何反应,在原生浏览器上是可以的,

from vconsole.

Maizify avatar Maizify commented on May 21, 2024

是 iOS 还是 Android 的 webview 呢?可否连到电脑看看控制台有无报错信息?

from vconsole.

wuxingjiang avatar wuxingjiang commented on May 21, 2024

报错了
image

from vconsole.

Maizify avatar Maizify commented on May 21, 2024

OK,明白了,localStorage 在这个 webview 被阉割掉了,已知问题,下一个版本会修复哈。
临时解决办法是,在 vconsole.min.js 中,搜索 localStorage,将其所在的两个花括号内的内容先删掉:
e="vConsole_"+e,localStorage.setItem(e,t)
return e="vConsole_"+e,localStorage.getItem(e)

from vconsole.

wuxingjiang avatar wuxingjiang commented on May 21, 2024

OK。不会影响功能吧

from vconsole.

Maizify avatar Maizify commented on May 21, 2024

不影响主要功能,只是记不住按钮拖拽的位置而已。

from vconsole.

Maizify avatar Maizify commented on May 21, 2024

v2.0.1已修复。

from vconsole.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.