framework7io / framework7-icons

Free iOS-icons font for Framework7

Home Page:http://framework7.io/icons/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Text is showing instead of icon on some devices

filippetroviccc opened this issue · comments

Hi,
I have problem with icons in F7. When I test icons in my browser, emulator, android device(4.4.4 Samsung Galaxy Ace 4) everything works fine, but on my friends tablet icons dont show up, same thing happends in phonegap developer app. I did everything that is specified in README.md file.

Code

<div class="right">
            <a href="#" id="change-view" class="link icon-only" style="margin: 0">
                <i class="f7-icons" style="font-size: 20px;width: 20px;color: #fff;margin: 0">photos</i>
              </a>
              <a href="#" id="open-close-search" class="link icon-only search-icon" style="margin: 0">
                <i class="f7-icons" style="font-size: 20px;width: 20px;color: #fff;margin: 0">search</i>
              </a>
</div>

Images

My friends tablet
screenshot_2017-08-16-10-46-04

My phone
slika2

This would be expected in older browsers, what version is in use?