- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi All,
I developed an iOS application for use of iPads only.
When i was testing the app on my iPad , noticed a quirk behaviour.
When i slide down or up the page, a black gap is appearing on top or bottom.
How can i fix this issue?
Thanks.
- Tags:
- HTML5
- Intel® XDK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I think I understand what you are talking about. There is a Cordova option you can set in the intelxdk.config.additions.xml file. If you don't have one of those files in your project, use:
- Start a New Project
- Templates
- Blank
- HTML5 + Cordova
to create a blank template. In that blank template you'll find an intelxdk.config.additions.xml file that you can copy into your project and then add this line:
<preference name="DisallowOverscroll" value="true" />
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
anyone? hello? :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Not familiar with that quirk. Can you provide a simple project that duplicates it? ZIP the entire sample project and attach it to a post.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I think I understand what you are talking about. There is a Cordova option you can set in the intelxdk.config.additions.xml file. If you don't have one of those files in your project, use:
- Start a New Project
- Templates
- Blank
- HTML5 + Cordova
to create a blank template. In that blank template you'll find an intelxdk.config.additions.xml file that you can copy into your project and then add this line:
<preference name="DisallowOverscroll" value="true" />
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes that was what i exactly needed. Thanks for your help..

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page