yandex / mapsapi-ios

Allows to easily add Yandex.Maps to your existing iOS project using Yandex.Maps JavaScript API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No map is shown

AlexanderZubkov opened this issue · comments

2016-11-23 14:30:55.538371 MapsAPI_Example[1896:795977] ERROR Internal navigation rejected - not set for url='https://api-maps.yandex.ru/services/inception/?lang=ru_RU&iframe_id=8868&url=%2Fmap&api_version=2.1.45&mode=debug'

No on scheme type, but I do on a satellite or hybrid type.

Thanks, we'll fix it soon

sooooo?)

any news?!

I've the same problem... 👀

Possibly the problem is in Application Transport Security. Please, try one of approaches from this thread: https://forums.developer.apple.com/thread/3544
Make sure to apply it for all (*) domains or for yandex.ru including subdomains.

No, there is a problem with WKWebview and cache folder.
Shmatlay@52b243f

Application Transport Security was the first thing which I thought about, and it is not helped.
Changing allow-navigation tag at config.xml fixed the Internal navigation rejected error.
And, finally, changing the cache folder path just fixed the problem.

Thank you, @Ajaxy and @Shmatlay !