When attempting to place the app logo image in the center or left of the Ionic header with vertical alignment, it seems to shift to the top instead.
The code I am currently using to display the logo is causing some issues:
<ion-view view-title="<img src='img/logo.png' width="44px" />">
I would appreciate any assistance in resolving this problem.