yandex / mapsapi-ios

Allows to easily add Yandex.Maps to your existing iOS project using Yandex.Maps JavaScript API
Mozilla Public License 2.0
11 stars 6 forks source link

No map is shown #3

Open AlexanderZubkov opened 7 years ago

AlexanderZubkov commented 7 years ago

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'

AlexanderZubkov commented 7 years ago

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

Ajaxy commented 7 years ago

Thanks, we'll fix it soon

cooler333 commented 7 years ago

sooooo?)

Shmatlay commented 7 years ago

any news?!

remenkoff commented 6 years ago

I've the same problem... 👀

Ajaxy commented 6 years ago

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.

Shmatlay commented 6 years ago

No, there is a problem with WKWebview and cache folder. https://github.com/Shmatlay/mapsapi-ios/commit/52b243f9b335df0f9380def0df8f353055027f9a

remenkoff commented 6 years ago

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 !