I own a website (timeguessr.com) that uses the apple mapkit js api. I have had a number of reports in the last few weeks of users having the map not loading.
Since I have not been able to recreate the problem I have asked people to send screenshots of what is logged to their developer tools console. In each case a ERR_HTTP2_PROTOCOL_ERROR 200 (OK) error is being logged when the user is trying to fetch from cdn.apple-mapkit.com endpoints.
What is strange is this happens halfway through their games when they have already successfully loaded the map in previous rounds.
Can anyone help? Thanks
Post
Replies
Boosts
Views
Activity
I have enabled scroll zooming using map._allowWheelToZoom = true;
However the scroll speed is very slow, and I can't find any way to increase the sensitivity like you can on Google Maps API.
Can anyone help?