Jingles Almendinger
Posts: 0
Joined: Mon Sep 16, 2013 8:47 pm

Set RSS items as link

That's been my point, these are RSS feed links I don't know what the url will be... They change and are being feed in...

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Set RSS items as link

Hi,

Could you please clarify, what is the navigate URL on click?

Jingles Almendinger
Posts: 0
Joined: Mon Sep 16, 2013 8:47 pm

Set RSS items as link

Okay, I have an entire RSS feed that links to a page. It has a title, desc, image, unique URL, etc. What I want, is to have each item retrieved from the RSS to be a link using that unique link that was retrieved from the RSS.

SO in my example app you can see there are several stories being pulled in, there are also links associated with each story, and I want that link to be used with the story. So a user opens the app. The stories popup and if they want to read more they would click on the story and it would open up the page to that story.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Set RSS items as link

Hello!
1) On page startScreen on mobilegridcell_14-Click-Run JavaScript event delete your code and paste the following:
prewindow.top.location = $(this).find("[dsid=urlLabel]").text();/pre
2) Add new Label to mobilegridcell_14, call it urlLabel, uncheck it's visible property
3) In mapping restservice1 add mapping rss-channel-link to urlLabel-text
4) You can also open that link not instead app, but in childBrowser or standard device browser. Here you can find more information http://cordova.apache.org/docs/en/2.9...
https://getsatisfaction.com/apperyio/...

Return to “Issues”