收藏
回答

map组件上cover-view ios显示bug

ios:显示的文字内容会少一截(不同宽度的情况都出现了)   android无此问题.

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

7 个回答

  • 小程序技术专员-june
    小程序技术专员-june
    2017-12-14

    问题已复现,感谢反馈,我们会在后续版本中进行修复 樱花视频免费观看

    2017-12-14
    有用
    回复
  • 小程序技术专员-june
    小程序技术专员-june
    2017-12-13

    你好,请提供一下出现问题的机型和微信版本,以及能复现问题的简单代码示例 樱花视频

    2017-12-13
    有用
    回复
  • 晓月
    晓月
    2018-04-02

    iOS上发现cover-view最多显示8个汉字的时候不会显示不全,超过8个字可以用两个或更多cover-view来显示 樱花视频高清

    2018-04-02
    有用
    回复
  • Sam
    Sam
    2018-02-26

    请问解决了么?

    2018-02-26
    有用
    回复
  • Funny
    Funny
    2017-12-17

    请问解决了么?

    2017-12-17
    有用
    回复
  • 樱花视频网站 -
    🎧Lee.二狗
    🎧Lee.二狗
    2017-12-14

    iphone SE,iphone6  版本6.5.22

    2017-12-14
    有用
    回复
  • 樱花视频网站 -
    🎧Lee.二狗
    🎧Lee.二狗
    2017-12-14

    <mapclass='map'>


    <cover-viewclass='test-wrap'>

    <cover-viewclass='flex'>

    <cover-viewclass='flex-left'>testcover-view>

    <cover-viewclass='flex-right'>测试文字测试文字测试文字测试文字测试文字cover-view>

    cover-view>

    <cover-viewclass='flex'>

    <cover-viewclass='flex-left'>testcover-view>

    <cover-viewclass='flex-right'>测试文字——测试文字——测试文字cover-view>

    cover-view>

    <cover-viewclass='flex'>

    <cover-viewclass='flex-left'>testcover-view>

    <cover-viewclass='flex-right'>测试文字——测试文字cover-view>

    cover-view>

    <cover-viewclass='flex'>

    <cover-viewclass='flex-left'>testcover-view>

    <cover-viewclass='flex-right'>测试文字cover-view>

    cover-view>

    cover-view>


    map>

    .map{

    height:100%;

    width:750rpx;

    position:relative;

    }

    .test-wrap{

    position:absolute;

    top:50%;

    left:0;

    width:750rpx;

    background-color:rgba(27,27,27,0.8);

    color: #fff;

    text-align:center;

    }

    .flex{

    display:flex;

    justify-content:center;

    }

    .flex-right{

    background-color:red;

    }


    2017-12-14
    有用
    回复
登录 后发表内容