[ALOY-1215] Samples: Alloy RSS Reader sample does not work on iPad
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Medium |
| Status | Resolved |
| Resolution | Fixed |
| Resolution Date | 2015-01-13T08:14:05.000+0000 |
| Affected Version/s | Alloy 1.5.1 |
| Fix Version/s | Alloy 1.7.0 |
| Components | Samples & Templates |
| Labels | qe-3.5.0 |
| Reporter | Satyam Sekhri |
| Assignee | Tim Poulsen |
| Created | 2014-12-15T09:32:26.000+0000 |
| Updated | 2015-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
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.
PR merged.