A
A
Alexander Vladimirovich2017-02-06 22:06:03
css
Alexander Vladimirovich, 2017-02-06 22:06:03

How to make chrome for android display fontawesome icons in select options?

I'm trying to make an icon selection using
css like this

.select-icon {
    font-family: 'FontAwesome', "Open Sans", sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    option {
      font-family: 'FontAwesome', "Open Sans", sans-serif;
    }

On the desktop, everything is fine,
e83f0395dbb742cc98b8d5c4a5f16dac.png
but on the mobile it turns out not what you need
3a9a00391a7e4ff2a8160652ba243c97.png
, maybe someone came across, did it, tell me how to do it right?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vitaly, 2017-02-06
@polyanin

Rebuild Select through which selectize.js thread, for example

F
Flur, 2017-02-06
@aslanovich

In unicode try to insert.
Something like this:
 
Font Awesome

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question