微信小程序遇到的问题
wǎng luò shí huāng 2021-06-18
微信
小程序
nimiprogram
小程序遇到的问题
# 在scroll-view中使用sticky定位
- scroll-view中嵌套一个view就能顺利定位 (opens new window)
- 小程序自己实现了sticky组件:https://developers.weixin.qq.com/miniprogram/dev/extended/component-plus/sticky.html
# 在小程序里打开h5页面,然后在这个页面里再跳转到小程序某个页面
# 在移动端的某个浏览器(非微信浏览器)页面里,跳转到小程序某个页面
- https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/url-scheme.html