有人来回答一下吗
webview加载高德地图出现不支持打开非业务域名webview加载高德地图出现不支持打开非业务域名http://m.amap.com,如图: [图片] 小程序中加载网页:<web-view src="{{url}}" bindmessage="bindGetMsg" binderror="openUrlFailed" bindload="openUrlSuccess"></web-view> url: 'https://www.polotraveler.com:8443/neimeng/index.html', 网页中加载高德地图:<div class="main-content amap-container" id="mapContent" style="height: 7rem; position: relative; cursor: url("http://webapi.amap.com/theme/v1.3/openhand.cur"), default;">
2019-06-14而且你看问题图。。file://这个链接明显是小程序内部问题
提示打开不存在的业务域名[图片] 并没有打开file://之类的页面,出现了这个提示,发现了较大几率复现的操作了,只要在加载网页之前断网,然后联网自动重新加载网页的时候断网,再开网,点重新加载,就有一半的概率出现这个问题
2018-12-27有没有官方来解答一下
提示打开不存在的业务域名[图片] 并没有打开file://之类的页面,出现了这个提示
2018-10-24没有人回答一下吗
界面第一次加载和之后再次加载不一致问题机型:荣耀V8,nubia Z17mini,荣耀9,经测试无此问题机型:小米MIX,红米note4x,iphone 5s 开发工具显示示例: [图片] 第一次打开线上版: [图片] 第二次打开线上版: [图片] 代码片段上述机型打开就与开发者工具不一致,无问题机型打开代码片段也无问题。
2018-06-27你好,还在吗
ios wx.openLocation有时候能打开地图,有时候打不开ios wx.openLocation有时候能打开地图,有时候打不开 附上相关代码 wx.getLocation({ type: 'gcj02', success: function (res) { wx.openLocation({ latitude: Number('' + latitude + ''), longitude: Number('' + longitude + ''), scale: 16, name: '' + locationName + '', success: function (res){ }, fail: function (res){ } }) }, fail: function (res){ } })
2018-06-07