Titanium JIRA Archive
Alloy (ALOY)

[ALOY-1215] Samples: Alloy RSS Reader sample does not work on iPad

GitHub Issuen/a
TypeBug
PriorityMedium
StatusResolved
ResolutionFixed
Resolution Date2015-01-13T08:14:05.000+0000
Affected Version/sAlloy 1.5.1
Fix Version/sAlloy 1.7.0
ComponentsSamples & Templates
Labelsqe-3.5.0
ReporterSatyam Sekhri
AssigneeTim Poulsen
Created2014-12-15T09:32:26.000+0000
Updated2015-01-13T08:14:05.000+0000

Description

This is not a regression as the issue occurs in SDK 3.4.0.GA as well. Steps to Reproduce: 1. Import the Alloy - RSS Reader sample in studio 2. Run the sample project on iPad device or simulator Actual Result: The app installs and launches successfully but does not show any content. Only waiting spinner is shown continuously. Expected Result; The RSS Reader sample app should show the RSS feeds

Comments

  1. Tim Poulsen 2015-01-05

    PR https://github.com/appcelerator/alloy/pull/647 The app was actually working on iPad. If you rotated it to landscape, the split would appear and the feed list would be visible. I added a NavigationWindow to the Details window, and a button to its navbar per the SplitWindow docs to provide a way to access the feeds list in portrait orientation. Functional test: 1. Build for iPad 2. In portrait, there should be a "Feeds" button in the title bar. Click to show the master view (feeds list) in a popover. In landscape, the split is visible and feeds are shown in the master window on the left; there is no Feeds button. 3. Build for a phone form factor or other platform. The app should work as before.
  2. Feon Sua Xin Miao 2015-01-13

    PR merged.

JSON Source