How to identify a mobile browser with RTCS httpd ?
‎10-01-2012
07:07 AM
673 Views
pbanta
Contributor IV
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I want to serve up a set of pages designed for a mobile screen size if a browser from a mobile client requests data from my MQX http server. Does the server have any support for doing this? I can't find much detail in the RTCS User's Guide.
Thanks.
2 Replies
‎10-05-2012
08:06 PM
537 Views
Luis_Garabo
NXP TechSupport
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi pbanta,
This is not a feature included in MQX. I would rather think that is a web application feature. For instance, you could have javascript detecting if this is a mobile device and then redirect the user to a different link inside your URLs. For instance I found this:
Mobile detection using Javascript - Stack Overflow
I hope this helps.
Best Regards,
Garabo
Reply
‎10-06-2012
01:20 PM
537 Views
pbanta
Contributor IV
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Garabo,
Thanks for the reply. I can see how that would work. Thanks so much.
Best regards,
Paul