capricorncd / zx-editor

The HTML document (rich text) editor in Smart phone browser or webview, supporting mixed layout, reference, headline, unordered list, font color, bold and italics. 移动端HTML文档(富文本)编辑器,支持图文混排、引用、大标题、无序列表,字体颜色、加粗、斜体
https://capricorncd.github.io/zx-editor/demo
331 stars 100 forks source link

链接功能在手机上点击链接不反应 #5

Closed nyp99 closed 5 years ago

nyp99 commented 6 years ago

在电脑上需要鼠标点击移动错位才生效,点击也是不反应的,如果我想上传一个word文档链接都打不开在手机上,实用性就不高了,为什么要这样设计啊

capricorncd commented 6 years ago

链接打开后,会覆盖掉当前网页或webview。因为不像PC端,可以新窗口打开...

capricorncd commented 5 years ago

你可以监听内容元素点击事件,如果是链接,则做你需要的操作