goodhelp Posted May 3, 2011 Posted May 3, 2011 How do you know the client is a mobile phone or computer? Quote
Administrators Farshad Mohajeri Posted May 3, 2011 Administrators Posted May 3, 2011 How do you know the client is a mobile phone or computer? Currently Ext JS doesn't report that. I'm not sure but you can check the browser type or screen resolution for that. Quote
Darth Florus Posted May 3, 2011 Posted May 3, 2011 Currently Ext JS doesn't report that. I'm not sure but you can check the browser type or screen resolution for that. I you can access the request header search some string such "mobile", "iphone", "blackberry", "nokia" in there. You understand me! Quote
goodhelp Posted May 3, 2011 Author Posted May 3, 2011 Currently Ext JS doesn't report that. I'm not sure but you can check the browser type or screen resolution for that. but How do I know all the information UniApplication.ClientInfo? Only in the example ciIE,ciFireFox,ciOpera,ciSafari,ciChrome,ciIE6,ciIE7,ciIE8,ciFireFox2,ciFireFox3,ciSafari2,ciSafari3,ciSafari4,ciLinux,ciWindows,ciMac How to display the information complete? thanks Quote
Administrators Farshad Mohajeri Posted May 3, 2011 Administrators Posted May 3, 2011 but How do I know all the information UniApplication.ClientInfo? Only in the example ciIE,ciFireFox,ciOpera,ciSafari,ciChrome,ciIE6,ciIE7,ciIE8,ciFireFox2,ciFireFox3,ciSafari2,ciSafari3,ciSafari4,ciLinux,ciWindows,ciMac How to display the information complete? thanks That's all the info Ext JS returns. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.