- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi All,
I hope this is going to make sense, once I build out to any device i.e. Android, IOS etc. if I hold my finger on the screen and swipe up or down the whole app moves - when I say moves this includes the header or/and footer as well.
This does not occur in the emulator and it may be that I am just blind but I cant see an option/code setting to prevent this.
I am thinking also that since it is Cordova Hybrid which is an inbuilt webview that this may be normal (hoping not).
Any feedback or suggestions would be greatly appreciated.
Thanks
Mitch
- Tags:
- HTML5
- Intel® XDK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Also, try this:
<preference name="DisallowOverscroll" value="true" />
In the intelxdk.config.additions.xml file in your project directory.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
To make your header and footer fixed, try the CSS attribute - position: fixed;
Which UI framework are you using? And are you using App Designer?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Mitch -- this might be what you're looking for > https://software.intel.com/en-us/forums/intel-xdk/topic/557191#comment-1827376
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Anusha M. (Intel) wrote:
To make your header and footer fixed, try the CSS attribute - position: fixed;
Which UI framework are you using? And are you using App Designer?
Thanks for the reply Anusha,
I am currently using framework7 as the UI and yes I am also using the App Desginer, i tried your suggestion but to no avail :( it is very strange as in the emulator this does not occur at all
Ta
Mitch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Paul F. (Intel) wrote:
Mitch -- this might be what you're looking for > https://software.intel.com/en-us/forums/intel-xdk/topic/557191#comment-1...
Hi Paul and thanks for the information, I will try this out and let you know how I go
Thanks
Mitch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Also, try this:
<preference name="DisallowOverscroll" value="true" />
In the intelxdk.config.additions.xml file in your project directory.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Paul F. (Intel) wrote:
Also, try this:
<preference name="DisallowOverscroll" value="true" />In the intelxdk.config.additions.xml file in your project directory.
Hi Paul,
This setting is perfect - I had found that I already had the other option set then saw this, once again Paul to the rescue :)
Do you think that this may be something for the build management to have as a selection option? or is this overflow specific to certain framework UI?
Again thank you very much
Mitch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Mitchell -- that option is something that should be in the settings UI, just hasn't made it. :( It is a Cordova option, you can read more about it in the official Cordova docs > https://cordova.apache.org/docs/en/5.4.0/config_ref/index.html#multi-platform-preferences

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