I have website that is optimized for mobile. And I have some content which will work only for Android phones, so I don't want to show it on iOS or other devices. I want to show it only on Android phones.
Like this:
if(mobile is = Android) show this content
elseif
this content
I have been searching for months now but could not find anything,
I want to use it into my Android app for sharing content on WhatsApp.
Also tried mobiledetect but don't know why it doesn't work.
tried more options from google search but nothing seems to be work