Hi all,
I have a problem with QDesktopServices:penUrl(). This method does not open the given url, when the web browser is open. Is it a bug?
Best regards.
Hi all,
I have a problem with QDesktopServices:penUrl(). This method does not open the given url, when the web browser is open. Is it a bug?
Best regards.
you are propably missing SwEvent capability.
Can u please provide me some more details on SwEvent capability.
I am implementing a album view on Qt in which i got the image url but when i tried to do QDesktopservice:penurl it is returing false. but when i open that url in web browser it open s the image.
Thanks in advance
Basically the SwEvent capability id required there for the Symbian implementation, the API used to forward the Url to the web browser requires this capability. This is only happening when the browser is already open, if it is not, then different API is used, and it is not requiring the mentioned capability