Why link doesn't work?
Hi all,
I did this in my app:
<tr>
<td><a href="http://www.planetf1.com/rss/3371">
</a></td>
</tr>
Once I tested on my PC it opens rss feeds no problem once in app it doesnt work at all. Any ideas? All other links works fine!
I did this in my app:
<tr>
<td><a href="http://www.planetf1.com/rss/3371">
</a></td>
</tr>
Once I tested on my PC it opens rss feeds no problem once in app it doesnt work at all. Any ideas? All other links works fine!
Comments
Also, instead of linking to an RSS feed like that in your app, why don't you just create an RSS activity and link to that? That way the user will stay inside of your app, and you will still be able to display ads to them. Hope this helps!
<body onload="FP_preloadImgs(/*url*/'button15.jpg',/*url*/'button16.jpg',/*url*/'button19.jpg',/*url*/'button1A.jpg',/*url*/'button1C.jpg',/*url*/'button1D.jpg',/*url*/'button1F.jpg',/*url*/'button20.jpg')">
<table border="1" width="53%" height="237">
<tr>
<td width="195">
<img border="0" src="red-bull_2719010.jpg" width="190" height="115"><table border="1" width="100%">
<tr>
<td><a href="http://www.planetf1.com/rss/3371">
<img border="0" id="img1" src="button14.jpg" height="20" width="100" alt="Team News" onmouseover="FP_swapImg(1,0,/*id*/'img1',/*url*/'button15.jpg')" onmouseout="FP_swapImg(0,0,/*id*/'img1',/*url*/'button14.jpg')" onmousedown="FP_swapImg(1,0,/*id*/'img1',/*url*/'button16.jpg')" onmouseup="FP_swapImg(0,0,/*id*/'img1',/*url*/'button15.jpg')" fp-style="fp-btn: Embossed Capsule 5" fp-title="Team News"></a></td>
</tr>
<tr>
<td>
<a href="http://www.planetf1.com/results/#/team-standings/2013">
<img border="0" id="img2" src="button18.jpg" height="20" width="100" alt="Team Standing" onmouseover="FP_swapImg(1,0,/*id*/'img2',/*url*/'button19.jpg')" onmouseout="FP_swapImg(0,0,/*id*/'img2',/*url*/'button18.jpg')" onmousedown="FP_swapImg(1,0,/*id*/'img2',/*url*/'button1A.jpg')" onmouseup="FP_swapImg(0,0,/*id*/'img2',/*url*/'button19.jpg')" fp-style="fp-btn: Embossed Capsule 5" fp-title="Team Standing"></a></td>
</tr>
<tr>
<td>
<a href="http://www.planetf1.com/results/#/team-profile/2013/5">
<img border="0" id="img3" src="button1B.jpg" height="20" width="100" alt="Team Results" onmouseover="FP_swapImg(1,0,/*id*/'img3',/*url*/'button1C.jpg')" onmouseout="FP_swapImg(0,0,/*id*/'img3',/*url*/'button1B.jpg')" onmousedown="FP_swapImg(1,0,/*id*/'img3',/*url*/'button1D.jpg')" onmouseup="FP_swapImg(0,0,/*id*/'img3',/*url*/'button1C.jpg')" fp-style="fp-btn: Embossed Capsule 5" fp-title="Team Results"></a></td>
</tr>
<tr>
<td><a href="redbulldrivers.htm">
<img border="0" id="img4" src="button1E.jpg" height="20" width="100" alt="Team Drivers" onmouseover="FP_swapImg(1,0,/*id*/'img4',/*url*/'button1F.jpg')" onmouseout="FP_swapImg(0,0,/*id*/'img4',/*url*/'button1E.jpg')" onmousedown="FP_swapImg(1,0,/*id*/'img4',/*url*/'button20.jpg')" onmouseup="FP_swapImg(0,0,/*id*/'img4',/*url*/'button1F.jpg')" fp-style="fp-btn: Embossed Capsule 5" fp-title="Team Drivers"></a></td>
</tr>
</table>
So all links works but one to rss any idea?