You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our case we want to define one tab as a logo in the tab bar (on the left side). This is especially useful on tablets because of the available space in the tab bar.
As an addition our logo is dynamic and can be uploaded by the user.
A possible solution would be to allow html in the tab or tab-icon title (don't know whats best here): <tab .... icon-title="<img src='{{whatever}}'>" >.... </tab>
The text was updated successfully, but these errors were encountered:
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.
In our case we want to define one tab as a logo in the tab bar (on the left side). This is especially useful on tablets because of the available space in the tab bar.
As an addition our logo is dynamic and can be uploaded by the user.
A possible solution would be to allow html in the tab or tab-icon title (don't know whats best here):
<tab .... icon-title="<img src='{{whatever}}'>" >.... </tab>
The text was updated successfully, but these errors were encountered: