FortAwesome / vue-fontawesome

Font Awesome Vue component
https://fontawesome.com
MIT License
2.38k stars 132 forks source link

Spin does not work on the Edge browser on Android phones, but it works on the Edge browser on Windows 11 #453

Open zhangvv123 opened 1 year ago

zhangvv123 commented 1 year ago

code is very simple

<span class="data-score-submit-icon"><font-awesome-icon :icon="['fas', 'spinner']" spin /></span>

Icon can be displayed on Android, but it do not rotate(it can rotate on Windows11)