Page 1 of 2
No scroll bounce/grey area
Posted: Wed May 08, 2013 2:08 pm
by DanGarrett
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!
No scroll bounce/grey area
Posted: Wed May 08, 2013 4:23 pm
by maxkatz
You could use the same workaround. In Appery.io you build mobile web and Apache Cordova (PhoneGap) app.
No scroll bounce/grey area
Posted: Thu May 09, 2013 12:22 am
by DanGarrett
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.
No scroll bounce/grey area
Posted: Thu May 09, 2013 2:09 am
by maxkatz
You could try via JavaScript, running on the page.
No scroll bounce/grey area
Posted: Thu May 09, 2013 2:31 am
by DanGarrett
Any idea how I could achieve it though?
No scroll bounce/grey area
Posted: Thu May 09, 2013 2:35 am
by maxkatz
Run a script on page load, for example. Sorry, I don't have an actual example.
No scroll bounce/grey area
Posted: Thu May 09, 2013 2:44 am
by DanGarrett
I have found a solution on stack overflow.
Where abouts is the Cordova.plist file in the generated xcode project? Thanks!
No scroll bounce/grey area
Posted: Thu May 09, 2013 2:47 am
by maxkatz
You would need to export the app source. It's coming but no option yet to modify this file inside Appery.io
No scroll bounce/grey area
Posted: Thu May 09, 2013 2:48 am
by DanGarrett
Yeah I have an Xcode project from Appery.io but I can't seem to find the Cordova.plist file. Any ideas?
No scroll bounce/grey area
Posted: Thu May 09, 2013 2:52 am
by DanGarrett
I found a solution.
Simply find the Config.xml file in 'Resources' of your Xcode project and change UIWebBounce