Link to android market app

Hello Corona Community!

Has anyone been able to link to your app in the android marketplace? For example, I tried to setup a web popup that points to my game, but I only get a white flash on my screen and nothing happens.

native.showWebPopup( 0, 0, _W, _H, “market://details?id=com.name.games.mygame”, {urlRequest=listener} )
[import]uid: 14218 topic_id: 10915 reply_id: 310915[/import]

Not sure about a popup, but the following simple call works for me:

system.openURL(“market://search?q=pname:com.name.games.mygame”) [import]uid: 52627 topic_id: 10915 reply_id: 39727[/import]

Thanks! That worked! [import]uid: 14218 topic_id: 10915 reply_id: 39775[/import]

I am trying to figure out how to inject the rate the app pop up into the code, has anyone figured out the specific code for this? I am using fruit ninja as my example codebase [import]uid: 58749 topic_id: 10915 reply_id: 39821[/import]