on 2018 Sep 20 10:41 AM
Hi everyone,
at the moment i'm trying to hide the AppFinder and About button of the MeArea on mobile phone. My client uses ipod's as mobile devices and they want to hide this buttons to limit the options and improve the user experience of the end users.
The goal is the hide this buttons in such way the more button disappears.
So my question does anyone have a suggestion how to hide this buttons, and then only as an phone? Is there maybe some configuration inside the personalisation file to set this?
The project is on an ECC gateway system.
Thanks in advance!
Request clarification before answering.
Hi Christian,
thanks for your answer.
The theme designer is what I used in the first place. But it keeps counting the order, so if you remove the last item that doesn't change the buttons.
I hoped for some official configuration.
I solved it in the theme designer by setting when the display is smaller then the iphone SE, the container is 400px. Because the issue seemed the container is slightly too small in iPhone SE. Though it isn't a nice hack, it shows as intended
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can use the Theme designer to hide it.
The component has an Id so you can just add this:
.sapUshellMeAreaView #overflowActions {
display: none;
}
If instead of all buttons you want only some of them, just choose wich one.
If you want to hide for mobile, this link can help you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
79 | |
29 | |
9 | |
9 | |
9 | |
7 | |
6 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.