-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
希望支持Map组件的自定义气泡窗口[customCallout]功能 #7507
Comments
支持的吧,你是怎样写的 |
Map.d.ts 文件里的 tarojs/compnents 版本为3.0.8 |
types 漏了而已,直接用吧 |
按照自定义气泡的官方示例并没有生效 |
我今天也遇到了,通过renderCallout的方式不能自定义cover-view |
这个在Taro3中要怎么写啊?按照小程序官网例子写没效果 |
同遇到,不能自定义气泡 customCallout |
解决了吗?taro typescript 怎么写自定义callout的 |
同问 |
这个问题并没解决 |
好纳闷哦,都找不到taro3,customCallout的markers和CoverView怎么绑定显示,文档只有slot,但是React不支持 |
临时解决办法; 改写 node_modules/@tarojs/shared/dist/index.js; 亲测有效 var CoverView = Object.assign({ 'scroll-top': 'false', 'marker-id': '', 'slot': '' }, touchEvents); |
真机上还是显示不出来 |
这个特性解决了什么问题?
自定义地图上Marker气泡样式
这个 API 长什么样?
与微信小程序官方统一
The text was updated successfully, but these errors were encountered: