Ionicons disappear in the current version
-
I found Ionicons disappeared, even disappeared
from the samples in the Onsen playground.
-
It works in version 2.10.6, but not work on version 2.10.8 to 2.10.10
-
The ionicons have been upgraded. See here for the new icons and syntax: https://ionicons.com
-
@emccorson Hey, i was wondering if u could take a look at this ?!
https://community.onsen.io/topic/3707/android-build-fail
-
Thank you very much, I tried and found that, I should change the ion names and the icons will appear.
But the example in Onsen Playground is wrong, it is funny.
-
@emccorson Updating to thte new syntax did not work for me.
I have tried:<ion-icon name="videocam"></ion-icon> <ion-icon name="ios-videocam"></ion-icon> <ion-icon name="ion-ios-videocam"></ion-icon>
Using:
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/onsen/2.10.10/css/onsenui.css">
If I use 2.10.6, it still works.
<i class="ion-ios-videocam"></i>
Let me know if you would like a link.