I deployed an ionic app on real Android device with Phongap Build service using ONLY whitelist plugin.
When i open my app i see only white empty screen.
I configured whitelist plugin how to follow:
<plugin name="cordova-plugin-whitelist" spec="1.2.1" source="npm" /> <allow-navigation href="*" /> <access origin="*" /> <allow-intent href="*" />
Could be a CSP (Content Security Policy) problem that cause empty white screen?
What should I type in the meta tag to work with ionic?