https://m.v.qq.com/x/m/play?vid=p3574az474a&cid=&ptag=share_11_11&pageType=immerse&url_from=share&second_share=0&share_from=copy
ios 微信版本8.0.54 使用navigator.share这个web api无法转发给朋友?试了ios 17 14 15,都是升级到8.0.54版本后出现问题,转发到朋友圈和收藏则是正常 复现方式:在网页中调用navigator.share方法后,选择微信分享->转发给朋友 结果:没有拉起好友列表,而是关闭了系统分享面板 预期:拉起好友列表并能分享给好友 关联问题:https://developers.weixin.qq.com/community/minihome/doc/0004aa40e90d486005a27da2464c00
2024-12-27web遇到类似问题,分享web api也是转发给好友用不了了
iOS17.61 微信版本8.0.54 好友分享只能打开微信不能进入好友列表 ?iOS17.61 微信版本8.0.54 好友分享只能打开微信不能进入好友列表,但ios其他版本手机分享时可以正常进入发朋友圈或者好友列表
2024-12-27这个问题到目前都没有修复 触顶事件scrolltoupper也可能不会触发 真的佩服官方的效率
scroll-view的scrollTop不精确[图片] 现象: scroll-view滚动回到顶部时候的scrollTop不为0 个人分析: scroll-view滚动监听存在精度问题 求解问题: 有没有遇到过类似问题的,怎么才能精确获取实时的滚动高度? ------------------------------------------------------------------------------------------------------------------------------------------- wxml结构: <scroll-view bindscroll="scroll" scroll-y="true"> <view>This is my content!</view> ...... </scroll-view> wxss: scroll-view{ height:100%; }
2021-01-24