Use javascript to import Baidu map under ionic. The Baidu map can be displayed normally on PC but cannot be displayed on mobile terminal
http://www.bubuko.com/infodetail-807176.html这是我参照的demo
某草草2017-05-15 16:56:02
If you are using http://api.map.baidu.com/api?v=2.0&ak=, please be sure to change this interface to http://api.map.baidu.com/getscript?v=2.0&ak= This one, damn, the one in front uses document.write to write the real SDK file behind it! ! ! ! ionic seems to have issues using document.write.