jin-yufeng / mp-html

小程序富文本组件,支持渲染和编辑 html,支持在微信、QQ、百度、支付宝、头条和 uni-app 平台使用
https://jin-yufeng.gitee.io/mp-html
MIT License
3.26k stars 477 forks source link

在mp-html外面包了一层scroll-view的锚点定位问题 #553

Closed poisonfff closed 7 months ago

poisonfff commented 10 months ago

在mp-html外面包了一层scroll-view,开启use-anchor属性,点击list锚点,正常定位到id=list到锚点,往下滚动一下,再点击list锚点,没有定位到id=list

问题描述

poisonfff commented 10 months ago

https://github.com/jin-yufeng/mp-html/assets/117699504/740a6b50-e0a0-417c-a291-e949691911ee

poisonfff commented 10 months ago

代码如下 371375582

poisonfff commented 10 months ago

content.js如下

/**