You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Adil Shaikh (JIRA)" <ji...@apache.org> on 2016/07/13 06:40:20 UTC

[jira] [Commented] (CB-11459) Cordova 6.2.0 overscroll and UI bounce IOS

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

Adil Shaikh commented on CB-11459:
----------------------------------

Hi,
The issue I was facing was because I was using the css style position:absolute inside a div. Which made the UI to bounce for IOS. I have removed the style and handled it in a different way. Now I donot see the bounce. 

Thanks,

> Cordova 6.2.0  overscroll and UI bounce IOS
> -------------------------------------------
>
>                 Key: CB-11459
>                 URL: https://issues.apache.org/jira/browse/CB-11459
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS
>    Affects Versions: 6.2.0
>         Environment: Ionic 2 Application (Angular 2 and Typescript) with Cordova 6.2.0. IOS Platform.
>            Reporter: Adil Shaikh
>            Assignee: Shazron Abdullah
>
> The UI bounces and Over Scrolls even after placing the following in the config.xml
> {code}
>  <preference name="webviewbounce" value="false"/>
>   <preference name="UIWebViewBounce" value="false"/>
>   <preference name="DisallowOverscroll" value="true"/>
> {code}



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org