How would I set the following in Ionic (version 3) Android build:
settings.setAllowFileAccessFromFileURLs(true);
settings.setAllowUniversalAccessFromFileURLs(true);
Any help pointing me in the right direction would be highly appreciated.
How would I set the following in Ionic (version 3) Android build:
settings.setAllowFileAccessFromFileURLs(true);
settings.setAllowUniversalAccessFromFileURLs(true);
Any help pointing me in the right direction would be highly appreciated.