Black line displayed when click tab in android device

device screenshot:

How to remove or change this color ? (In PC chrome , it shows nice .)

You will have to use Chrome Remote Debugging ( https://developer.chrome.com/devtools/docs/remote-debugging ) and find out which CSS is being used for activated tab. My guess from previous experience is that it could be some background property applied for .platform-android or similar.

Thank you! for ionic, it is very intuitive.