} }else{ if(isios){ var obj = {"ar_id":ar_id,"ar_type":ar_type}; window.webkit.messageHandlers.getArTypeAndId.postMessage(obj); //iosStartFunction(ar_id,ar_type); }else if(isandroid){ window.android.startFunction(ar_id,ar_type); }else{ if(ar_type<4){ window.location.href="/index.php/api/index/shareinfo?id="+ar_id+"&isappinstalled=1"; }else if(ar_type==4){ window.location.href="/index.php/api/index/vedioshareinfo?id="+ar_id; }else if(ar_type==5){ window.location.href="/index.php/api/index/picshareinfo?id="+ar_id; }else{ window.location.href=""; } } } }