Hi,
I want to identify user agent for S60 3rd edition , FP1 and FP2.
Is there any API returning user agent details ?
Please reply ASAP.
Hi,
I want to identify user agent for S60 3rd edition , FP1 and FP2.
Is there any API returning user agent details ?
Please reply ASAP.
AFAIK, there's no API that'd return it for an app on the device (simply because it is not an OS/platform feature per se, but rather browser specific, and the device could, beside the built-in/default browser, have any number of web browsers or other applications doing web/HTTP requests and specifiying their own/individual user-agent strings).
You could try to launch the browser which' user-agent string you are interested in, and make it to do a localhost request to a port your app is listening to, and then grab the user-agent for that particular browser that way.
Hi petrib,
Thanks for your reply.
Is ther any example link for this ?