Can anyone recommend the best way to detect mobile device accessing a site - we want to re-direct to a mobile version rather than restyle the existing page due to CMS restrictions.
We also need the option to be able to return to the full site on mobile if requested.
We have a .net server, but aren't .net developers so would have to pay for dev work to be done server side - we are just wondering the best method to use.
take a look at this URL: http://detectmobilebrowsers.com/
they have code for both server side and client side (jQuery/JavaScript).
If by directing to a mobile version you mean just a design change specific to mobile and not functionality changes for mobile users, then look into Responsive design which dynamically changes your design based on resolution of the current users view using media queries.
Media Queries Spec W3C
Responsive Design Guidelines
This approach should not be limited by any kind of CMS as it is straight CSS use.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With