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

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

Github user shazron commented on the pull request:

    
https://github.com/apache/cordova-plugin-dialogs/pull/39#issuecomment-63123720
  
    Hi Julio,
    I'm sure you will have followed the dev@ discussion by now.
    
    Two changes are required, since you are using iOS 8 API code.
    
    1. Change your use of `[UIAlertController class]` to 
`NSClassFromString(@"UIAlertController")`. On iOS devices < iOS 8 your code 
will crash.
    2. Wrap the whole code block with iOS 8 code with `#ifdef __IPHONE_8_0`. 
This way people using the Xcode 5 (which is still allowed by Apple) will not 
have compilation errors.
    
    I would test the adjusted code out on an iOS 7 and iOS 8 device, and 
compile using Xcode 5 and 6.


> "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: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to