I have the same situation with HERE
And to solve this problem I have to launch html file using Chrome at \"--allow-file-access-from-files\" mode. I tried next steps
Don't do this! You're opening your machine to attacks. Instead run a local server. It's as easy as opening a shell/terminal/commandline and typing
cd path/to/files python -m SimpleHTTPServer
Then pointing your browser to
http://localhost:8000
If you find it's too slow consider this solution