Hello.
I'm developing an Oracle APEX PWA utilizing the map component. It's working fine on my Macbook with Google Chrome, but I can't get the map to initialize once i try with Safari.
I also tried to run the application on my iPhone, but I can't get the map to load. I've tried with both Chrome and Safari.
I can see the error in the console when i try to run the page in Safari,
"Unhandled Promise Rejection: SyntaxError: The string did not match the expected pattern."
This error message is coming from the widget.spatialMap.min.js file d.style = await l._getElocation() - line 1300.
This is within the _initmap function.

I've tried to turn off the browser get locatin setting, and set the initial position to 0, 0, but the code is still executed. Is there any workaround for this error, it seems odd that there is no exception handling for this. That the map can't load just because the browser is not able to detect your position.
Any help is much appreciated.