StageWebView and Google Maps JS API: Object.freeze error
I am getting this error when I try to load a page containing the Google Maps JS API through StageWebView:
TypeError: Result of expression 'Object.freeze' [undefined] is not a function.
It used to work several months ago, but now it seems to be broken. Apparently because StageWebView does not support some of the latest webkit stuff or whatever.
One solution I found was to use webView = new StageWebView(true); to use the native browser. But this time the map doesn't load at all (although I don't get an Object.freeze error this time).
Has anyone here encountered a similar problem and found a solution?
