[Solved] blob: iframe not working in Cordova on Android


To allow blob scheme, we have to set the following in config.xml:

<allow-navigation href="https://stackoverflow.com/questions/46143193/blob:*" />

More info on this is available on Issue:CB9558 under official apache cordova issue tracker.

solved blob: iframe not working in Cordova on Android