I am developing an app that show a list of apps in the OviStore
As an item is clicked it should open the OviStore app url...
so lets say the first click i run
http://store.ovi.com/content/120075
and second http://store.ovi.com/content/61009
it seems there is a bug , or at least a not correct behavior on how the browser run the Store app
in fact ,both using Qt.openExternalUrl , or QDesktopServices:penUrl
it works the first time , while fails opening the second url , and simply switch to the running Store app without changing page
It appears obvious that when the browser find that the Store app is already running it is unable to redirect Store app to the correct url ...
it seems that only viable solution would be some internal Symbian native code...any hints?

penUrl
... btw i'm trying to buy Y-Tools to investigate what Store app UID is , but at moment Ovi payment transaction fails !

