Browser user agent set for android device identification and modification
![]() |
| Fig: User-Agent |
<script>
$(function () {
var nua = navigator.userAgent
var isAndroid = (nua.indexOf('Mozilla/5.0') > -1 && nua.indexOf('Android ') > -1 && nua.indexOf('AppleWebKit') > -1 && nua.indexOf('Chrome') === -1)
if (isAndroid) {
$('select.form-control').removeClass('form-control').css('width', '100%')
}
})
</script>
👉 Video
==============================
Only for developers since
You get the new Updates


Comments
Post a Comment
Thank you to visit my blog. Every Week New post coming for you. My blog are you impress please like and share your friends.
Thank you!