• Christopher Uhrig
  • NEWBIE
  • 0 Points
  • Member since 2018

  • Chatter
    Feed
  • 0
    Best Answers
  • 4
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
Hi Community,
I am currently working on an app created with lightning components. 
My app includes five different components, which I call with `force:navigateToComponent` from each other. 
I added a lightning tab to the mobile navigation bar including the first component.

So the general navigation between the components looks like this:
1 -> 2 -> 3 -> 4 -> 5 -> 1 -> 2 ->3 ...

For mobile devices Salesforce includes a navigation header:
Salesforce1 Header

On iOS-devices using Salesforce1 the navigation changes like this when I navigate to the next component:
iOS Header

Unfortunately the icon for toggling the sidebar (Icon) is disappearing as soon as you leave the first screen. So in order to leave the app the user is forced to press the back-button (Back Icon) till the icon to toggle the sidebar (Icon) is appearing again. When the user iterates multiple times through the app this is really frustrating. 

Is there any solution how to show the toggle-icon permanently?

Or is it possible to display a button on the first component so the user can exit the app or toggle the sidebar?

Thanks in advance, 
Chris
 
Hi Community,
I am currently working on an app created with lightning components. 
My app includes five different components, which I call with `force:navigateToComponent` from each other. 
I added a lightning tab to the mobile navigation bar including the first component.

So the general navigation between the components looks like this:
1 -> 2 -> 3 -> 4 -> 5 -> 1 -> 2 ->3 ...

For mobile devices Salesforce includes a navigation header:
Salesforce1 Header

On iOS-devices using Salesforce1 the navigation changes like this when I navigate to the next component:
iOS Header

Unfortunately the icon for toggling the sidebar (Icon) is disappearing as soon as you leave the first screen. So in order to leave the app the user is forced to press the back-button (Back Icon) till the icon to toggle the sidebar (Icon) is appearing again. When the user iterates multiple times through the app this is really frustrating. 

Is there any solution how to show the toggle-icon permanently?

Or is it possible to display a button on the first component so the user can exit the app or toggle the sidebar?

Thanks in advance, 
Chris