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

[ad_1]

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.

[ad_2]

solved blob: iframe not working in Cordova on Android