Hi,
I am working on a project where the user can choose the source RSS using a select menu. It works great in the test environment on both Safari and Chrome. When testing it from Android or iOS sign browser or Appery simulation app, changing selection does not change the target RSS and as a result the previously selected RSS content kept showing.
I did the application by binding a grid containing labels to REST service that calls the RSS link dynamically based on the selected item. To update the target URL, I bound the select me nut to the request parameter 'url'. I am using the value changed event to invoke the REST service.
Here is a link to the app to show you: