[TIMOB-17745] iOS8: Unable to scroll on an alert
GitHub Issue | n/a |
Type | Bug |
Priority | High |
Status | Resolved |
Resolution | Hold |
Resolution Date | 2014-09-24T22:11:19.000+0000 |
Affected Version/s | Release 3.4.0 |
Fix Version/s | n/a |
Components | iOS |
Labels | ios8, qe-3.4.0 |
Reporter | Ewan Harris |
Assignee | Muhammad Dadu |
Created | 2014-09-23T23:10:42.000+0000 |
Updated | 2015-02-12T20:53:10.000+0000 |
Description
Description
When the text within an alert is too long to display on an iOS7 device the user is able to scroll to see the whole text. However on an iOS8 device the user is unable to scroll and the text is cutoff.
Steps To Reproduce
1. Add the code from the attached app.js and build to an iOS8 device.
Actual Result
The alert can't be scrolled
Expected Result
The alert should be able to be scrolled.
Attachments
[~eharris] is this a duplicate of TIMOB-17380?
[~ingo] I am able to dismiss the alert fine but am unable to scroll through the text.
A sample alert Xcode project (native)
A sample application has been attached. This project was run on iPhone6 iOS8. The text was not scrollable after it exceeded the screen height. It looks like this is Apple's issue. The same issue was discovered on the [Apple Dev Forums](https://devforums.apple.com/message/1015151#1015151). A bug has been filed regarding it.