[ 
https://issues.apache.org/jira/browse/CB-7734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14490906#comment-14490906
 ] 

ASF GitHub Bot commented on CB-7734:
------------------------------------

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];
    }
    ```



> "navigator.notification.alert" or "navigator.notification.confirm" seem have 
> a "many words" issue
> -------------------------------------------------------------------------------------------------
>
>                 Key: CB-7734
>                 URL: https://issues.apache.org/jira/browse/CB-7734
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: Plugin Dialogs
>    Affects Versions: 3.6.3
>         Environment: PGB 3.6.3 with the all latest core plugin
> https://build.phonegap.com/plugins
> ios 8.02 environment
>            Reporter: Colin Bau
>            Assignee: jcesarmobile
>              Labels: notification
>   Original Estimate: 12h
>  Remaining Estimate: 12h
>
> Improvement 1
> according to this
> https://issues.apache.org/jira/browse/CB-6528
> a same problem just like the WP,ios have this problem too
> when the words is greater than one page
> it can't slide up and down 
> Improvement 2
> all words "center" problem,I think maybe "Left-aligned" is more Beautiful 
> (because when in Android,all words "Left-aligned")
> http://www.littlebau.com/ios_1.png
> Improvement 3
> all words looks like small and Vague (maybe in Chinese),is there any way 
> (maybe future) can let become more Clear ?
> http://www.littlebau.com/ios_1.png



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to