H5 Jump méthode native

la page H5 saut de méthode native

var isIOS = navigator.userAgent.match(/iPhone|iPad|iPod/i) ? true : false; 
  if (isIOS) {//IOS
      try{
          window.webkit.messageHandlers.fallback1.postMessage('');
      }catch (e) {
          window.location.href=window.driverApp.ios
      }
  } else {//安卓
      try{
          window.fallback.fallback();
      }catch(e){
          window.location.href=window.driverApp.android
      }
  }
Publié 27 articles originaux · a gagné les éloges 21 · vues 4591

Je suppose que tu aimes

Origine blog.csdn.net/weixin_43997143/article/details/102466849
conseillé
Classement