Switch to map view instead of toolbar view - handheld devices
Hello,
Is there any way, that we can configure the handheld devices such that when the user opens the application on the mobile, it's show's the map view instead of toolbar view by default.
Thanks
Srikanth
0
-
This is a pretty old question, but still appears to be relevent to me. The "Open Toolbar by Default" option is not checked, but yet it still opens by default. Any suggestions? 0 -
Hello Matt and Srikanth,
I just tested this in the preview window, and on my android smartphone using the LA County demo site that ships with Essentials, and was not seeing the behaviour that you are describing. I was testing with Essentials 4.7 and GVH 2.8.
Can you please provide some more details about your environments?- What version of Essentials are you running?
- What version of GVH are you running?
- Are you configuring your toolbars simultaneously, or are you using a unique configuration for the different shells?
- What sort of mobile device are you testing on? Do you see this behaviour on all devices?
- Do you see the same behaviour in your environments when you load the LA county demo site?
Thanks!
Danny0 -
Hello,
I was having this same problem with one of my maps, but I found a solution. I have the compact toolbar configed instead of the tabbed toolbar for mobile, but when the map loaded, there would be an empty container taking up half the screen that said "Toolbar" on top. When I copied the site, this behavior also copied over. Since I have not experienced this behavior with any of my other sites, I decided to search the Handheld JSON file for this site for toolbar settings. Under "moduleName": "TabbedToolbar", I found the following code:"viewModels": [ { "id": "TabbedToolbarViewModel", "type": "geocortex.essentialsHtmlViewer.mapping.modules.toolbar.TabbedToolbarViewModel", "configuration": { "toolbarGroupRefs": [ "ToolsTab", "hDvQPP3F", "CSE3gXKh", "yccp4bsi" ], "toolbarOpenByDefault": true }, "require": "Mapping/modules/Toolbar/TabbedToolbarViewModel" },I had to manually change the value of "toolbarOpenByDefault" from true to false. This solved my problem. However, I tried setting the compact toolbar to open by default, but I could not get it to do so by using the checkbox in GE Manager nor by changing the value of "toolbarOpenByDefault" under "moduleName": "CompactToolbar" to true. However, after manually expanding the toolbar, I decided that I do not want to cover up the I Want To menu button by default. Anyways, I hope this helps.
Thanks,
Denise0
Please sign in to leave a comment.
Comments
3 comments