随笔分类 -  mobile

摘要:雨忆博客中提到了sfntly(具体介绍可以看:https://code.google.com/p/sfntly/),利用其中sfnttool.jar就可以提取只包含指定字符的字体,如果想在页面中通过@font-face嵌入中文字体的话是一个不错的选择。sfnttool.jar的选项如下:java -jar sfnttool.jar -hSubset [-?|-h|-help] [-b] [-s string] fontfile outfilePrototype font subsetter -?,-help print this help information ... 阅读全文
posted @ 2014-01-15 12:14 鑫歌 阅读(3414) 评论(0) 推荐(1)
摘要:升级到iOS 7 后发现Weinre不能工作了,通过Safari调试发现报错如下:[Error] SecurityError: DOM Exception 18: An attempt was made to break through the security policy of the user agent. (匿名函数) (target-script-min.js, line 2114) require (target-script-min.js, line 73) (匿名函数) (target-script-min.js, line 2823) require (target-scri 阅读全文
posted @ 2013-11-07 18:11 鑫歌 阅读(557) 评论(0) 推荐(0)
摘要:在三星pad(系统:android 2.2)默认浏览器上播放video标签嵌入的视频,会提示“无法播放视频 很抱歉,该视频是无效的流媒体,无法分流到此设备”,视频是通过格式工厂转成的mp4文件。提示说视频不是流媒体,那就给视频文件用MP4Box加上hint track,命令是:mp4box -hint test.mp4,但提示失败Hinting file with Path-MTU 1450 BytesCannot create hinter (Feature Not Supported) Error: Feature Not Supported说明文件有问题,用winMEn(一... 阅读全文
posted @ 2012-10-28 23:54 鑫歌 阅读(999) 评论(0) 推荐(0)