I am building an experience app using Views Navigation where I have a different map for each view. I am using Views Navigation to simulate a tabbed layout where you can choose a tab to view different maps (like in a map series story map).
I have run into a problem however in that the overflow arrow to help you scroll horizontally through the views (tabs) is missing for small screen size setups (e.g. 360 x 640)...It is there for the other sizes but not the small size which would be how people view the app on their phones.
I want to check to make sure I am not missing a simple setting and/or to confirm this is a bug. Any ideas on this would be greatly appreciated!
Cheers
Andrew
Solved! Go to Solution.
Hi @AndrewWelsh
Visually in the builder/mobile mode, you will not see the arrow icon; however, the user experience is different than that of desktop/tablet - users will use a finger scroll directly. That's why it is designed to utilize another way to achieve a better experience (on mobile devices the icon might be too small to find & click).
You can try it on the actual phone (or a browser simulator), and it will look like this (this is the same with the Menu widget as well):
Hi @AndrewWelsh
Visually in the builder/mobile mode, you will not see the arrow icon; however, the user experience is different than that of desktop/tablet - users will use a finger scroll directly. That's why it is designed to utilize another way to achieve a better experience (on mobile devices the icon might be too small to find & click).
You can try it on the actual phone (or a browser simulator), and it will look like this (this is the same with the Menu widget as well):
Hi @TonghuiMing,
I just wanted to note in this thread that I have seen some users miss other headers on mobile devices since there are no visual cues to let them know there are more headers to select. It would be nice if there was a visual cue to let users know in what direction there are more headers.
This is to say, users would still use a finger scroll directly but small indicator arrows could cue the existence and direction of other headers without being clickable just like in StoryMaps.
Hi @dcrGIS_asimm, Thanks for bringing this up. Do you have a screenshot to help me better understand your scenario - is it a Menu widget or the Views Nav widget? And when you say the header, I assume it is the page header enabled with a Menu widget added to it?
Thank you @TonghuiMing, much appreciated!