我有个页面
.body{
margin: 0;
padding: 0;
width: 100%;
height:100%;
position: fixed;
background-color: #f5f5f5;
overflow:scroll;
}
.panel-body {
padding: 30rpx;
font-size: 24rpx;
line-height: 50rpx;
}
<view class='panel'>
<view class="panel-body">
<map id="myMap" style="width: 100%; height: 450rpx;" latitude="{{latitude}}" longitude="{{longitude}}" markers="{{markers}}" scale="14" show-compass="true"></map>
</view>
</view>
当页面下滑时 map组件不动 在真机上不动 可是在编译器里 就是可以的
麻烦给个相关的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
wechatide://minicode/43YUWfmE7c4n
官哥一定要解决呀 我为了这个片段也是拼了 重新创建的项目 删除了很多 才弄到了100k
map是原生组件,
原生组件还无法在
scroll-view
、swiper
、picker-view
、movable-view
中使用。https://developers.weixin.qq.com/miniprogram/dev/component/native-component.html
好吧
无法定义原生组件为
position: fixed