jquery - IE 10 reports as device while I am running in a PC -
jquery - IE 10 reports as device while I am running in a PC -
i need find site opened in pc or in mobile/tablet devices. can modify site performance/design.
this code used observe it
isdevice: function () {  homecoming (/mobile|tablet|android|kindle/i.test(navigator.useragent.tolowercase())); }    this returns true when run site in ie 10 in windows 8 64bit touch machine. works correctly in other browsers.
help resolve it.
thanks in advance.
 jquery internet-explorer jquery-mobile browser windows-mobile 
 
Comments
Post a Comment