responsive design - Bootstrap 3 - Is it possible not to load assets when on mobile? -
im looking guidance on responsive site design written using bootstrap 3.
basically want mobile version lightweight possible , load js , html necessary mobile view, , not load assets required desktop view. ignore loading specific js files when page loaded via mobile device.
is there simple method bootstrap?
my guess need javscript function detect device , use trigger, wondering if bootstrap had capability use?
appreciate thoughts.
it seems there answer detect mobile browser javascript. detecting mobile browser otherwise can detect mobile device using http_user_agent decide not load assets when page loading. here answer detect mobile device php. check if php-page accessed ios device
Comments
Post a Comment