Cordova build running on Quasar is giving error
Not allowed to load local resource: file:///data....
Added below to the config.xml
<allow-navigation href="file:///*" />
<access origin="file:///*" />
Also added the content-security-policy in index.html
<meta http-equiv="Content-Security-Policy" content="default-src *; style-src * 'unsafe-inline'; script-src * 'unsafe-inline' 'unsafe-eval'; media-src *; img-src * filesystem: file:">