You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Max Woghiren (JIRA)" <ji...@apache.org> on 2013/02/21 18:52:13 UTC

[jira] [Comment Edited] (CB-2504) Add support for overscroll disallowance

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

Max Woghiren edited comment on CB-2504 at 2/21/13 5:51 PM:
-----------------------------------------------------------

Hi Simon,

I just got back around to this and want to clarify a couple of things.

Re (1): Will changing the iOS parameter name be a huge nuisance since people will already be using the existing name?  Will it require supporting both and doing a slow deprecation, or is there a simpler way I'm overlooking?

Re (2): Can you be more specific about what I need to change?  I am not using setBooleanProperty; the code as written does read the parameter from config.xml.  It does use *get*BooleanProperty, which I understand to be the expected way to get config parameters.  Let me know if I'm mistaken or misinterpreting you.

I have changed the code to explicitly handle this parameter in Config.java (it was previously caught by the `else` block of the XML parsing).
                
      was (Author: max.woghiren):
    Hi Simon,

I just got back around to this and want to clarify a couple of things.

Re (1): Will changing the iOS parameter name be a huge nuisance since people will already be using the existing name?  Will it require supporting both and doing a slow deprecation, or is there a simpler way I'm overlooking?

Re (2): Can you be more specific about what I need to change?  I am not using setBooleanProperty; the code as written does read the parameter from config.xml.  It does use _get_BooleanProperty, which I understand to be the expected way to get config parameters.  Let me know if I'm mistaken or misinterpreting you.

I have changed the code to explicitly handle this parameter in Config.java (it was previously caught by the `else` block of the XML parsing).
                  
> Add support for overscroll disallowance
> ---------------------------------------
>
>                 Key: CB-2504
>                 URL: https://issues.apache.org/jira/browse/CB-2504
>             Project: Apache Cordova
>          Issue Type: New Feature
>          Components: Android
>            Reporter: Max Woghiren
>            Assignee: Max Woghiren
>            Priority: Minor
>
> iOS has a config preference to toggle UIWebViewBounce.  Android has an overscroll glow; this should be similarly toggleable. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira