Ionic app show blank in mobile

Recently I have developed an application in ionic framework which work perfectly in my browser using ionic serve --lab command but when I install it in my mobile device using ionic run command in android device it show blank white display.How to solve this problem.

I feel you do not have USB debugging enabled on your phone.

Make sure you have USB debugging enabled on your device as described here in developer.android.com.

For more tips on ionic testing follow testing guidelines from ionic framework