With ionic 3 it was possible to access local assets via angular http client by using: ${location.protocol}//${location.host}/assets/
e.g:
capacitor://localhost/assets/locales/en_US.yaml
This seems to be no longer possible (on native device) with ionic 5. How can i read local assets on native device?
thnx in advance