Hi!
I'm using the Dashboard theme for my application and the fullscreen button is off of my map which is where I would like it to be.
I have an image below of my app which shows where the fullscreen button is and potential places I would like it to be.
If someone could direct me to where in the code I can change this I would be much appreciative.
If there's anything I can elaborate on or clarify, please let me know.
Thank you in advance for your time!
Solved! Go to Solution.
Whitney,
In the apps main config.json file just adjust the FullScreen widgets position properties:
{
"uri": "widgets/FullScreen/Widget",
"position": {
"relativeTo": "browser",
"right": 15,
"top": 75
},
"version": "2.5",
"id": "widgets_FullScreen_Widget_31",
"name": "FullScreen"
},
//bottom changed to top and right value adjusted.
Whitney,
In the apps main config.json file just adjust the FullScreen widgets position properties:
{
"uri": "widgets/FullScreen/Widget",
"position": {
"relativeTo": "browser",
"right": 15,
"top": 75
},
"version": "2.5",
"id": "widgets_FullScreen_Widget_31",
"name": "FullScreen"
},
//bottom changed to top and right value adjusted.
Thank you so much Robert!! I appreciate it!
I will but actually,
I cannot find that json file anywhere
Can you point me in the right direction?
Whitney,
Are you using WAB Developer edition? If not then you do not have access to change that file when the app is coming from AGOL.
I am using the WAB Developer edition.
Then you can find that file in the [install dir]\server\apps\[app#]\config.json.
You're wonderful - I found it. Thank you!
Your should mark the reply that answered your question by clicking the Mark Correct button on that reply, so that others can find the correct answer in the thread easier.