判断是否为苹果手机

Posted Seven077

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了判断是否为苹果手机相关的知识,希望对你有一定的参考价值。

//判断是否为苹果
var isIPHONE = navigator.userAgent.toUpperCase().indexOf(‘IPHONE‘)!= -1;

// 元素失去焦点隐藏iphone的软键盘
function objBlur(id,time){
if(typeof id != ‘string‘) throw new Error(‘objBlur()参数错误‘);
var obj = document.getElementById(id),
time = time || 100,
docTouchend = function(event){
if(event.target!= obj){
setTimeout(function(){
obj.blur();
document.removeEventListener(‘touchend‘, docTouchend,false);
},time);
}
};
if(obj){
alert("yes IPhone")
obj.addEventListener(‘focus‘, function(){
document.addEventListener(‘touchend‘, docTouchend,false);
},false);
}else{
throw new Error(‘objBlur()没有找到元素‘);
}
}

if(isIPHONE){
var input = new objBlur(‘disTxt‘);
input=null;

}
































以上是关于判断是否为苹果手机的主要内容,如果未能解决你的问题,请参考以下文章

js获取判断苹果手机机型

怎么查看手机型号 怎么判断安卓手机是否正品?

苹果手机不正规软件卸载方法

今天才发现!苹果手机闹钟除了提醒起床,还有3个隐藏功能

苹果手机怎么设置链接不上网络

苹果手机更新系统后wifi无法连接啥情况