themefoundation / mo-js

Menu Object. A mobile-first, progressibly enhanced menu system.
22 stars 4 forks source link

Navigation menu icon doesn't appear on Android devices #3

Closed stephenharris closed 10 years ago

stephenharris commented 10 years ago

I noticed the Chinese trigram used for the menu wasn't appearing on Android devices (there was a blank space where it should be). The menu still worked fine, but of course, there's no visual prompt that there's a menu there.

(Found this article which mentions that the above HTML entity doesn't render properly in Android devices).

Unfortunately I have no patch (there are various solutions, none of which particularly grab me: use an image, use a font, use a different icon), so this is more of a heads up on the issue, with the hope that there is a good solution or it stops becoming a problem :)

(Best solution will probably depend on context - e.g. if you're using an icon font then you may as well just use that).

stephenharris commented 10 years ago

"equivalent too" doesn't look to bad (http://www.fileformat.info/info/unicode/char/2261/index.htm). Its probably my preferred solution unless I have an icon font available.

themefoundation commented 10 years ago

I just updated the script to include the "identical to" HTML entity you mentioned. Thanks so much for reporting this issue and pointing out a solution. I really appreciate it!