Detect Chrome on Android

Discussion in 'JavaScript' started by energylevels, Jul 3, 2022.

  1. #1
    How do you expand this to detect specifically Chrome on Android? thanks

         var ua = navigator.userAgent;
        if (ua.indexOf("Android") >= 0) {
       //Android detected
       }
    Code (markup):
     
    energylevels, Jul 3, 2022 IP