Question open App directly on Market

stefano64

New Member
To open an App directly from the Play Store I use WITHOUT PROBLEMS this HTML code combined with a Link

<html>
<head>
<title></title>
</head>
<body>
<p><a href="market://details?id=com.news.tennis.italia">App_Link</a></p>
</body>
</html>

However, if I insert TWO or MORE links on the web page (obviously pointing to different apps)...

<html>
<head>
<title></title>
</head>
<body>
<p><a href="market://details?id=com.news.tennis.italia">App_Link_1</a></p>

<p><a href="http://market://details?id=com.italian.news.reader">App_Link_2</a></p>
</body>
</html>

If I first touch Link_1 (the link works) and then touch Link_2, App_1 still opens in the Play Store;
If I first touch Link_2 (the link works) and then touch Link_1, App_2 opens again in the Play Store.

HOWEVER, if after touching Link-1 (or Link_2) I exit the web module (by touching any other module of the App) and then go back to the page with the Links and touch Link_2 (or Link_1), then the second Link opens correctly (but if I touch the other Link without 'exiting' again I still have the problem described above).

Is it an AppYet problem? Is it a problem with the HTML code? Is this a problem with the Appyet Editor?
Above all ... Is it a problem that can be solved?
Thanks
 
Top