DanGarrett
Posts: 0
Joined: Wed May 08, 2013 1:45 pm

No scroll bounce/grey area

Hey,

I'm close to signing up to a plan on Appery.io but I'm worried about one thing.

The issue is I can scroll any page as if it is a webpage, revealing grey above and below the page, which is a dead give away that it is a webapp.

Is there anyway to stop this?

I used to build with phonegap by itself and the only solution was to place all the content that can scroll in a div, and then everything else outside the div wouldn't respond to being 'pulled'. Could this be possible?

Thanks!

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

No scroll bounce/grey area

You could use the same workaround. In Appery.io you build mobile web and Apache Cordova (PhoneGap) app.

DanGarrett
Posts: 0
Joined: Wed May 08, 2013 1:45 pm

No scroll bounce/grey area

But how is this done?

Is it a matter of finishing the product, then editing every page? is there a template file or a setting?

It may be a great feature to add Appery. I have read a lot of articles which show negative responses to an App when a user doesn't feel it is Native.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

No scroll bounce/grey area

You could try via JavaScript, running on the page.

DanGarrett
Posts: 0
Joined: Wed May 08, 2013 1:45 pm

No scroll bounce/grey area

Any idea how I could achieve it though?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

No scroll bounce/grey area

Run a script on page load, for example. Sorry, I don't have an actual example.

DanGarrett
Posts: 0
Joined: Wed May 08, 2013 1:45 pm

No scroll bounce/grey area

I have found a solution on stack overflow.

Where abouts is the Cordova.plist file in the generated xcode project? Thanks!

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

No scroll bounce/grey area

You would need to export the app source. It's coming but no option yet to modify this file inside Appery.io

DanGarrett
Posts: 0
Joined: Wed May 08, 2013 1:45 pm

No scroll bounce/grey area

Yeah I have an Xcode project from Appery.io but I can't seem to find the Cordova.plist file. Any ideas?

DanGarrett
Posts: 0
Joined: Wed May 08, 2013 1:45 pm

No scroll bounce/grey area

I found a solution.

Simply find the Config.xml file in 'Resources' of your Xcode project and change UIWebBounce

Return to “Issues”