你好 解决了吗
微信小程序在页面展示pdf?[图片] 如图。 需要点击按钮请求接口, web-view 高度只能100% 没有办法放按钮
04-18我说呢 我这怎么车头好好的就变了
IOS地图上,更新customCallout内容会影响translateMark点的rotate?![图片] translateMarker小车位置并更新小车车头方向,此时更新customCallout上的公里数,小车车头会瞬间回归到最初的方向。仅在新版本ios上发现此问题,android无此问题。
2022-08-18[图片]
moveAlong函数在iphone里marker没有贴线移动,且callout会随marker旋转如题,moveAlong函数在苹果手机里,marker没有贴线移动,且自定义callout会随着marker旋转,安卓手机没问题。 测试手机为:iPhone 7Plus iPhone X 手机系统版本:13.6 测试视频: [视频] 关联问题: https://developers.weixin.qq.com/community/develop/doc/000e0e12f0c5c0d58baccafb85b800?highLine=moveAlong https://developers.weixin.qq.com/community/develop/doc/0006a27d0e88380f590ce200656400?highLine=moveAlong
2022-08-18我也遇到了
map中的customCallout内coverview嵌套coverview真机偶现文案无法显示?<Map id={id} className='map' setting={{ ...setting }} subkey={qqKey} layerStyle={1} latitude={lnglat?.latitude} longitude={lnglat?.longitude} markers={mapMarkers} scale={customScale} enablePoi={false} {...other} style={{ height: height, width: width, zIndex: deviceType === 'IOS' && auto ? -1 : 0 }} onRegionChange={(e) => handleMapChange(e)} polyline={polyline} > <CoverView slot='callout'> {mapMarkers.map(item=> <CoverView className={ item.title === '取/还车位置' ? 'marker-pop-custom1' : 'marker-pop-custom' } marker-id={item.id} key={item.id}> <CoverView className='pop-title'>{deviceType === 'IOS' ? item.title + ' ': item.title }</CoverView> { item.labelContent && item.reserveType === 1 && <CoverView className='pop-desc'>{deviceType === 'IOS' ? item.labelContent + ' ': item.labelContent}</CoverView> } </CoverView> )} </CoverView> </Map> 其中mapMarkers的数据如下图 [图片] 模拟器上正常显示 [图片] 真机会偶现各个情况 [图片][图片][图片] 考虑过可能是数据异步未显示的问题,但是通过真机调试,发现页面的map中是存在上面的数据的 [图片][图片] 所以想问下这种问题出现的原因是coverview嵌套的问题吗?目前出现的概率很高,基本上2,3次就会出现一下空白的callout
2022-07-18