收藏
回答

web-view中的H5页面中使用wx.openLocation无反应?

框架类型 问题类型 API/组件名称 终端类型 操作系统 微信版本 基础库版本
小程序 Bug web-view wx.openLocation 微信iOS客户端 Android 6.6.6 2.0.0


web-view中的H5页面中使用wx.openLocation无反应?


这是我的代码:

wx.openLocation({

       latitude: '{$info.place_latitude}',

       longitude: '{$info.place_longitude}',

       address:'{$info.event_place}',

       scale: 28

   })

在开发工具上点击无反应,,在手机上点击,效果看上去像是刷新了一遍页面。。。。

什么问题呢??

而且文档上也写了web-view支持这个接口。。。。


最后一次编辑于  2018-05-19
回答关注问题邀请回答
收藏
登录 后发表内容