1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

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