remove header region?
Scott
-
You should be able to hide it by adding the CSS below:
.header-region { display: none; } #map_root { height: 100%; } .screen-region { top: 0 !Important; }You can find the css file in your sites folder:
Sites\[Your Site]\Viewers\[Your Viewer]\VirtualDirectory\Resources\Styles\Custom\Handheld.css
Note that this will completely remove the search bar, the I Want To... menu and the toolbar button.
0 -
Jared,
Thanks, this definitely did the trick. However, it seems to causing some issues for the map tips.
Here's my site, http://gisweb64test.greenvillesc.gov/Html5Viewer/index.html?viewer=basicmap.
Any idea what's happening?
Scott0 -
Hey Scott,
It looks like the results panel is active by default when loading your handheld site. I don't see this in the tablet/desktop versions. If you select the results panel, close it and then select the map, you should see map tips appear normally.
That said, I'm not sure why the map tips aren't displaying properly when the results panel is is active. I'll look into it, but I suspect the results panel visibility might be configurable in the handhelp.json.js file. I don't think there is an easy CSS fix for this.
0 -
Scratch that... I might have figured it out.
Try this:
.header-region { display: none; } .screen-region { top: 0 !Important; Height: 100% !Important; }0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
4 Kommentare