I'm using Here map component in my mobile application & also added SSL Pinning component for security.
While testing I found that, on Android devices blank map showing. After debugging, found that SSL pinning plugin blocking one of "blob" request internally called by Here map component.Have checked the documentation for SSL pinning, there they have clearly mentioned for Android blob request will not work with plugin.For multilingual component - the same case handled by removing below property from javascript -xhr.overrideMimeType('text/json; charset=utf-8');
So, Is there any solutions to handle this issue.
Thanks!