Categories: Technical Solution | Symbian C++ | Networking | HTTP | S60 3rd Edition | S60 3rd Edition, Feature Pack 1
| ID | TSS000551 | Creation date | December 29, 2006 |
| Platform | S60 3rd Edition | Devices | Nokia N95, Nokia N73 |
| Category | Symbian C++ | Subcategory | Networking, HTTP |
| Keywords (APIs, classes, methods, functions): |
Different browser UIDs in S60 3rd Edition and S60 3rd Edition, FP1
Launching the Web Browser on S60 3rd Edition to open a specified URL (see topic Launching the Web browser on S60 3rd Edition to open a specified URL) does not work in S60 3rd Edition, FP1 devices (for example, Nokia N95).
This is because in S60 3rd Edition devices (for example, Nokia N73) there are two browsers: "Services" and "Web".
"Services" has the UID 0x10008D39 and "Web" has the UID 0x1020724D.
In S60 3rd Edition, FP1 devices (for example, Nokia N95) there is only one browser and the UID is 0x10008D39.
In order for the above example (link provided) to work in S60 3rd Edition, FP1 devices, you have to change the UID from 0x1020724D to 0x10008D39.
const TUid KOSSBrowserUidValue = {0x10008D39};