Tag script src does not work when compiling application (Windows Phone). Why?

Asked

Viewed 146 times

1

I’m creating an app for a forum, on some pages I want to display content from other sites (these online), to display image works good, but to display a rss created with an online tool it does not work, the line is as follows:

< script src="http://www.feedroll.com/rssviewer/feed2js.php?src=http%3A%2F%2Fwww.gsmfans.org%2Findex.php%3Ftype%3Drss%3Baction%3D.xml&num=25&desc=1&au=y&date=y&tz=-3&targ=y&utf=y&pc=y"  charset="UTF-8" >< /script>

This link leads to a file javascript who writes the feed of news on the page, but when I compile it does not work, I do not know if there is but I am using the Jquery common for PC, the complete.. Is there another way to make the script run on my page? I’ve tried with iframe

  • It’s like this (outside the spaces), it’s like that, in the PC browser (opera) works well, but when I compile or deploy the app on the device and go to the page where the code does not appear, the problem should be in Windows Phone, because I’m running an app on Html5 and not a website.. When I compile and open the file generating by Winrar the code in the files are normal, no changes

  • It’s a Cordova app?

  • At first it was, when I compile by Cordova/ Phonegap it works, but the app does not get very pleasant, it loses a lot of quality in the desing etc. It is a project of Visual Studio same, in Visual has the option of apps Html5

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.