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
Quit (force quit) all instances of chrome. Otherwise the below command will not work.
open -a "Google Chrome" --args --allow-file-access-from-files
Executing this command in terminal will open Chrome regardless of where it is installed.