var is_touch_device = 'ontouchstart' in document.documentElement; if(is_touch_device==true) { // touch screen }
No comments:
Post a Comment