Is it possible to get the default browser user-agent string in symbian via Qt and if so how?
if you cant get of the default browser (could be opera or other browser) then for the symbian browser.
Is it possible to get the default browser user-agent string in symbian via Qt and if so how?
if you cant get of the default browser (could be opera or other browser) then for the symbian browser.
Hello shaii,
i dont think there is any Qt api which gives you the native browser user agent string, you may need to check the native symbian c++ apis for that.
Hi Shai,
check Inneractive's QML API, it brings the CUserAgent API and used it to fetch the user agent. You can use that API as well, just as the advetising API does.
-- Lucian