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):
Thank you @TonghuiMing, much appreciated!