Hi, I have a problem with the RSS feed source changing.
Originally, I had RSS feed source A in my page. The I dynamically change the RSS feed source to B by using such code " RSSserviceName.__requestOptions.url = "http://www.sourceB.com/feed"; In the same time, I set the Access-Control-Allow-Origin = * when people input the sourceB url. Everything wortked fine., the new RSS source will show up with the title (link). Then the problem show up when u click the title link, it navigates people to source B's site but when u switch back to the app, the RSS feed became to A again.
Is there somthing with thr appery rest service?