I am writing an Cordova App, and in my code I have an angular material icon:
<mat-icon>mood</mat-icon>
Which looks perfect in browser when I was developing:
Properly displayed icon in browser:
But when I compile the project and deploy to my Android phone, I found the icons are not centered. Not among other texts, but within the icon itself:
Mat icon that offsets:
I am really confused on why is this happening and what is the direction to look for a solution.
Any pointers would be much appreciated.