-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Closed
Labels
needs: replythe issue needs a response from the userthe issue needs a response from the user
Description
Ionic version: (check one with "x")
[ ] 1.x
[X ] 2.x
I'm submitting a ... (check one with "x")
[X ] bug report
[ ] feature request
[ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or http://ionicworldwide.herokuapp.com/
Current behavior:
I am facing difficulties in showing ion-icon in the screen. The following is the HTML code which I use;
<ion-item>
<button ion-button icon-only clear small color="twitter">
<ion-icon name="logo-twitter"></ion-icon>
</button>
<ion-label color="primary">Title</ion-label>
<ion-input type="text"></ion-input>
</ion-item>
For some reasons, ion-icon does not show up in the screen.
Expected behavior:
Use the above snippet in your app to observe the behaviour.
Metadata
Metadata
Assignees
Labels
needs: replythe issue needs a response from the userthe issue needs a response from the user