BackButton icon does not display properly
-
I am using onsen UI with meteor react and the <BackButton> Icon does not show properly.
I’ve copied onsen-css-components.css and onsenui.css to the client folder.
Does anyone know how to fix this?
-
Are you loading the page from a server, or from the file system?
-
I’m developing it in localhost.
-
@dellasys Did you also include the folders with the fonts / icon sets?
-
Thanks for the clue. I copied the font_awesome and ionicons folders to the public folder and then the Back icon show up.
-
@dellasys Glad I could help!