This is a migrated thread and some comments may be shown as answers.

"Bounce" effect on iOS deployed app.

15 Answers 215 Views
Report a bug
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Michael
Top achievements
Rank 1
Michael asked on 06 May 2013, 10:32 PM
I'm getting the dreaded "Bounce" effect on my deployed app. If I pull down on my header the entire app scrolls down and bounces back. Happens on my main view sporadically. But if I run the app on my iPhone with ION or use the simulator it doesn't bounce. I've used the PhoneGap Build in the past and it has a setting to prevent this: <preference name="webviewbounce" value="false" />.  Any suggestions? 

Thanks!

15 Answers, 1 is accepted

Sort by
0
Stefan Dobrev
Telerik team
answered on 07 May 2013, 12:03 PM
Hi Michael,

This can be changed by modifying Cordova's config.xml file. However Icenium currently does not expose this file for direct editing. We plan to expose this configuration file in one of our next updates of the product.

Note: The value for this property is set to true only for Cordova 2.4 version. If you change your Cordova version it should not bounce.

 

Regards,
Stefan Dobrev
the Telerik team

Share feedback and vote for features on our Feedback Portal.
Want some Kendo UI online training - head over to Kendo UI Dojo.
0
Michael
Top achievements
Rank 1
answered on 07 May 2013, 12:52 PM
Thanks Stefan,

Switching to Cordova 2.2 eliminated the bounce.

Michael
0
Michael
Top achievements
Rank 1
answered on 13 May 2013, 08:26 PM
Stefan,

Do you guys have an estimate of when the Bounce effect will be fixed so that we can use the current version of Cordova(2.4) ??? 

We need to use the latest version of the PushPlugin 1.2.2 but it requires Cordova 2.4.

Thanks,
Michael
0
Steve
Telerik team
answered on 14 May 2013, 07:42 AM
Hello Michael,

We would be updating the Cordova version to 2.7.0 for our subsequent release and in this version the property is now renamed to DisallowOverscroll with default value false, so you would not need to apply any changes yourself.

Regards,
Steve
the Telerik team

Don't miss the Icenium May Release Keynote - sign up now!
Share feedback and vote for features on our Feedback Portal.
0
mgmonteleone
Top achievements
Rank 1
answered on 16 May 2013, 07:31 AM
This is kinda of a "killer" bug for us. our apps for iOS dont look "native" at all when the user can move the "page" around.

When are you doing next release, and is there any work around until then? We really like the platfrom and would love to migrate from phonegap build.. but this is really a big deal (and probably is for most).

M
0
Steve
Telerik team
answered on 16 May 2013, 07:35 AM
Hi Matthew,

For the time being you can switch your app to target Cordova 2.2 where the webviewbounce setting is false by default. The next Icenium version is scheduled for the end of June.

Kind regards,
Steve
the Telerik team

Don't miss the Icenium May Release Keynote - sign up now!
Share feedback and vote for features on our Feedback Portal.
0
Michael
Top achievements
Rank 1
answered on 16 May 2013, 12:32 PM
Yikes!!!

At least 6 more weeks to fix this bug? 
0
Michael
Top achievements
Rank 1
answered on 11 Jun 2013, 03:30 PM
Was the "Bounce" issue fixed recently? Running Cordova 2.4.0 and not seeing the bounce effect anymore?
0
Steve
Telerik team
answered on 11 Jun 2013, 03:43 PM
Hello Michael,

We haven't changed anything yet, but once v.1.6 is out at the end of the month, you would be able to control any aspect of your platform settings.

Regards,
Steve
Telerik

Looking for tips & tricks directly from the Icenium team? Check out our blog!
Missed our first webinar, watch it here.
Share feedback and vote for features on our Feedback Portal.
0
Danie
Top achievements
Rank 1
answered on 13 Jul 2013, 07:10 PM
We are using the latest Cordova 2.7.0 version, and still have the bounce effect, how can we disable it?

Found the config.xml file and changed
 <preference name="DisallowOverscroll" value="false" /> 
to
<preference name="DisallowOverscroll" value="true" />

now its working fine.
Thanks
0
Ian
Top achievements
Rank 1
answered on 25 Nov 2013, 11:14 PM
Where do we change this setting? I can't find the config.xml file inside icenium
0
Steve
Telerik team
answered on 26 Nov 2013, 08:02 AM
Hello Ian,

Take a look at the following help article for more information:Edit Configuration Files.

Regards,
Steve
Telerik
You've missed the Icenium Visual Studio Integration keynote? It has been recorded and posted here.
Looking for tips & tricks directly from the Icenium team? Check out our blog!
Share feedback and vote for features on our Feedback Portal.
0
Ryan
Top achievements
Rank 1
answered on 29 Nov 2013, 03:05 AM
Followed the instructions in this thread still having a problem.
I've found it be an issue where I'm displaying a view that doesn't need to be scroll-able ie. all of the content displayed fits on screen at once. If you scroll on that page the bounce occurs and then scrolling throughout my app goes fubar.
0
Steve
Telerik team
answered on 29 Nov 2013, 08:42 AM
Hi Ryan,

The solution is in Danie's post, just change <preference name="DisallowOverscroll" value="true" /> in the iOS config file, rebuild your app and redeploy. If you're using ION, try building with a provision.

Regards,
Steve
Telerik
You've missed the Icenium Visual Studio Integration keynote? It has been recorded and posted here.
Looking for tips & tricks directly from the Icenium team? Check out our blog!
Share feedback and vote for features on our Feedback Portal.
0
mOpLin
Top achievements
Rank 1
answered on 20 Aug 2015, 11:35 PM

The easiest way to find it is to search in all files "DisallowOverscroll", it will give the config.xml on the search screen.

 And I found that you will need to redeploy (build) again to see any change, the livesync apparently will not move the config.xml

 

 

Tags
Report a bug
Asked by
Michael
Top achievements
Rank 1
Answers by
Stefan Dobrev
Telerik team
Michael
Top achievements
Rank 1
Michael
Top achievements
Rank 1
Steve
Telerik team
mgmonteleone
Top achievements
Rank 1
Danie
Top achievements
Rank 1
Ian
Top achievements
Rank 1
Ryan
Top achievements
Rank 1
mOpLin
Top achievements
Rank 1
Share this question
or