Re: Detecting mobile phones browser

2010-08-15 Thread Shawn Brown
I wont to know if by checking the user.agent property in the gwt.xml I don't know what that returns but have seen this in my servlets with Android 2.1 GET /myCache.manifest HTTP/1.1 200 1120 - Mozilla/5.0 (Linux; U; Android 2.1-update1; en-us; HTC Magic Build/EPE54B) AppleWebKit/530.17 (KHTML,

Re: Detecting mobile phones browser

2010-08-15 Thread Thomas Broyer
On 14 août, 14:32, Ice13ill andrei.fifi...@gmail.com wrote: I wont to know if by checking the user.agent property in the gwt.xml file I can detect if the client is using a browser on a mobile phone (like HTC wiht Android, or IPhone etc) And also, are there nasty restrictions on the JS (thus

Re: Detecting mobile phones browser

2010-08-15 Thread Thomas Broyer
On 15 août, 16:36, Thomas Broyer t.bro...@gmail.com wrote: On 14 août, 14:32, Ice13ill andrei.fifi...@gmail.com wrote: I wont to know if by checking the user.agent property in the gwt.xml file I can detect if the client is using a browser on a mobile phone (like HTC wiht Android, or

Re: Detecting mobile phones browser

2010-08-15 Thread Andrei Cosmin Fifiiţă
Yep, that is exactly what i did :) (property-provider and replace-with tags) On 15 August 2010 17:51, Thomas Broyer t.bro...@gmail.com wrote: On 15 août, 16:36, Thomas Broyer t.bro...@gmail.com wrote: On 14 août, 14:32, Ice13ill andrei.fifi...@gmail.com wrote: I wont to know if by