收藏
回答

地图控件 上面加个浮动按钮却不显示

框架类型 问题类型 API/组件名称 终端类型 微信版本 基础库版本
小程序 Bug map 工具 6.6.7 2.3.2

我在map 上面加个悬浮按钮,点击查找自己的位置, 并放大缩小,

在模拟器上可以正常显示, 但是在真机上面却显示不了。


<map id="map" scale="{{scale}}" markers="{{markers}}" latitude="{{latitude}}" longitude="{{longitude}}" controls="{{controls}}" show-location bindcontroltap="controltap" bindregionchange="regionchange" bindmarkertap="markertap" bindcallouttap="callouttap"

  bindpoitap="poitap" style="width: 100%; height: {{view.Height}}px;"

  <!-- 这部分提到map外面也不正常

 <image class='mypos pos' src='/image/icon/mypos.png' bindtap='myposclick'></image>

  <image class='mypos padd' src='/image/icon/add.png' bindtap='addclick'></image>

  <image class='mypos psub' src='/image/icon/sub.png' bindtap='subclick'></image> -->


</map>
 

.mypos {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
 
.pos {
  left: 10px;
  bottom: 120px;
}


在模拟器上面 如下图,显示正常, 但是在手机上不显示这个图标。



求大神指点。

回答关注问题邀请回答
收藏

3 个回答

  • 2018-11-05

    你要么用cover-view标签,里面搞两个button,要么用cover-image标签,直接放图片,可以看官方的组件里写的有。

    2018-11-05
    有用
    回复 1
    • 白润会
      白润会
      2018-11-05

      谢谢

      2018-11-05
      回复
  • 鲤子
    鲤子
    2018-11-05

    https://developers.weixin.qq.com/miniprogram/dev/component/cover-view.html

    2018-11-05
    有用
    回复 7
    • 白润会
      白润会
      2018-11-05

      谢谢!

      2018-11-05
      回复
    • 张敏
      张敏
      2019-08-09
      您好 我想问下 bindpoitap 这个怎么用呢 点击不起作用。
      2019-08-09
      回复
    • 鲤子
      鲤子
      2019-08-09回复张敏
      检查代码是否有错误,看看控制台是否有信息。
      2019-08-09
      回复
    • 张敏
      张敏
      2019-08-09回复鲤子


      2019-08-09
      回复
    • 张敏
      张敏
      2019-08-09回复鲤子

      没有报错  任何提示都没有

      2019-08-09
      回复
    查看更多(2)
  • 拾忆
    拾忆
    2018-11-05

    cover-image了解下

    2018-11-05
    有用
    回复 1
    • 白润会
      白润会
      2018-11-05

      谢谢!

      2018-11-05
      回复
登录 后发表内容