Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Page footer is not propertly shown using sap.tnt.ToolPage on iOS devices #1282

Closed
piccio85 opened this issue Dec 24, 2016 · 3 comments
Closed

Comments

@piccio85
Copy link

piccio85 commented Dec 24, 2016

OpenUI5 version: 1.40 - 1.44.3 (last beta until now)

Browser/version (+device/version): Safari/Chrome on iOS iPhone iPads

Any other tested browsers/devices(OK/FAIL):
on PC/MAC/Android devices - OK
Safari/Chrome on iOS iPhone iPads - FAIL

EXAMPLE URL: www.sudchiamanord.com/demo
SOURCE CODE: www.sudchiamanord.com/demo/WebContent.zip

I have made an application using sap.m.ToolPage as main container using Component.js and manifest.js files.
In the mainContent aggregation I've inserted a sap.m.App in order to use the routing mechanism that works with the "pages" aggregation .

If I load a page with a footer, this footer will be displayed under the bottom limit of the pages only on iOS devices, so it's not will be shown.

If the "header" of sap.tnt.ToolPage is empty, the footers will be shown correctly also in the iOS devices.

img_20161224_130545
img_20161224_130606

The last screenoshot come from an android device and the footer is shown correctly
screenshot_20161224-130842

@hristop
Copy link
Contributor

hristop commented Jan 26, 2017

Hi @piccio85 ,

Thank you for bringing this issue to us.
We have opened internal incident: 1780068166

Best Regards,

Hristo

@krethan
Copy link

krethan commented Jan 28, 2017

Please see pull request #1290 for the fix for this bug.

@marinparushev
Copy link
Contributor

Hello piccio85,

the sap.m.App is meant to be the top level control in your application. Using it inside a ToolPage is incorrect. Please use sap.m.NavContainer instead of sap.m.App.

Regards,
Marin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

8 participants