Hi this question seems silly. but currently i am stucked cause of it.
Actually i am not able to determine "mobile or tablet" in javascript I have two css 1. for mobiles 2. for tablets
its quite easy in ios devices. using user-agent, i can determine iphone or ipad and accordingly able to include required css.
but in android, i am not able to determine. i know it is possible if i know actual dimension(inches) of devices. But it is not possible in javascript because of Physical dimension are the part of hardware domain.
may be another way could be using device "Aspect ratio". but still don't know way to differentiate mobiles, tabs and notes.
help me please, is there any way to differentiate android mobile tablets and notes?