获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
我想通过判断 来区分是否支持同层渲染 用 cover-view来兼容下 舍弃一些功能~
如何判断这个安卓机型是否支持同层渲染?有个帖子上回复说bindrendererror来判断,但我在map的api上没看到这个绑定事件,试了一下也不打印东西啊 <map class="map" id="map" longitude="{{longitude}}" latitude="{{latitude}}" show-location="true" scale="{{scale}}" markers="{{markers}}" bindmarkertap="makertap" bindrendererror="getError"></map> getError(error){ console.log('同层渲染',error); }
2020-02-24