From f2ee97e642c0c82397aac6f5ea4daf55f48b8e0e Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Wed, 21 May 2014 18:06:09 +0000 Subject: Added a comment --- .../comment_2_4981a0a894b77e94a3bffec82b0f6e51._comment | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/bugs/Bootstrap3_icons_missing_on_Android/comment_2_4981a0a894b77e94a3bffec82b0f6e51._comment diff --git a/doc/bugs/Bootstrap3_icons_missing_on_Android/comment_2_4981a0a894b77e94a3bffec82b0f6e51._comment b/doc/bugs/Bootstrap3_icons_missing_on_Android/comment_2_4981a0a894b77e94a3bffec82b0f6e51._comment new file mode 100644 index 000000000..5404fbe49 --- /dev/null +++ b/doc/bugs/Bootstrap3_icons_missing_on_Android/comment_2_4981a0a894b77e94a3bffec82b0f6e51._comment @@ -0,0 +1,16 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="209.250.56.3" + subject="comment 2" + date="2014-05-21T18:06:09Z" + content=""" +I've verified that the assistant is serving up the files, such as http://127.0.0.1:$port/static/fonts/glyphicons-halflings-regular.svg + +I've verified that the files it's serving have the right content. + +This seems to only leave the likely explanation that the android web browser doesn't support the technology bootstrap 3 is using for its icons. This is svg, plus ttf, plus Embedded OpenType and Web Open Font Format. (I suppose it uses different ones on different browsers.) + +I'm surprised that bootstrap would be using web fonts technology if it's not supported on Android, or wouldn't have a fallback to the plain old image method old versions of bootstrap used. + +I have found some bootstrap bugs about icons not showing up on Android, like this one ... but those are about specific icons not showing up due to unicode issues. Not about all icons failing to show up. +"""]] -- cgit v1.2.3