Github user jcesarmobile commented on the pull request:
https://github.com/apache/cordova-plugin-dialogs/pull/39#issuecomment-91824100
@shazron iOS 8.3 already fix the too many words issue, so, not sure how to
proceed here. Should we just expect everybody update their device and mark the
issue as fixed?
Or should I add this line to fix it on previous versions and avoid the
crash on iOS 8.3?
```
if ([[[UIDevice currentDevice] systemVersion] floatValue] < 8.3) {
alertController.view.frame = [[UIScreen mainScreen] applicationFrame];
}
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]