ipone、ipad等移动设备上,搭载的是苹果的safari mobile版本。浏览器中常用的富文本编辑器,是依靠designMode或者contentEditable运作的。
可惜的是,designMode目前还无法在safari mobile版上使用,所以在使用时得增加判断,为mobile版本的safari专门区分开富文本编辑。
/apple.*mobile.*safari/.test(userAgent)
Posts Tagged ‘safari mobile’
ipone、ipad等移动设备上,搭载的是苹果的safari mobile版本。浏览器中常用的富文本编辑器,是依靠designMode或者contentEditable运作的。
可惜的是,designMode目前还无法在safari mobile版上使用,所以在使用时得增加判断,为mobile版本的safari专门区分开富文本编辑。
/apple.*mobile.*safari/.test(userAgent)