很詭異 同一個頁面 同一個class樣式
ios 8/9(safari/chrome) 和 所有 android(chrome)都有顯示某文字
但是唯獨ios 10 開safari/chrome都沒辦法顯示出該文字....
但明明其他版本or手機都可以!!!
請問這是怎麼了嗎?
阿神2017-04-18 09:51:04
The fonts of iOS 10 have changed. Maybe your characters are rare characters that are not included in the new font? If it doesn't work, load a custom font file first and test whether it works properly under iOS 10. If the custom font is normal, it is probably a problem with the new font library in iOS 10.
Ah, sorry, I thought it was the development of OBJECT-C. . It turns out to be a webpage~
Try it with this setting
font-family: PingFang SC, Verdana, Helvetica Neue, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
大家讲道理2017-04-18 09:51:04
Compatibility issue~
It is recommended to check the css one by one,
which sentence is causing it.
Then find another way to display it.