I went through the many discussions around this topic but I didn’t find a solution to my problem.
When I run ionic run android
command, it says build successful and launch success but shows a blank white screen on the device.
On my index.html when I commented this line out - <base href="/">
it started working. But all the image files were broken.
I’m using Ionic 2 - Beta 6.
My device is Samsung Galaxy S6, Android version 6.0.1
Is there a proper fix for this?