Forum Discussion
Taco888
May 13, 2020Copper Contributor
Call reload button programatically
I'm creating a tab app on Teams. I need to refresh contents but calling location.reload() does not work. Is there any way to call reload tab button on right upper side programatically?
Nikitha-MSFT
Microsoft
Taco888 - Are you able to reload the page locally?
Taco888
May 18, 2020Copper Contributor
When I open Dev tool and enter "location.reload()" on the console pane, it works.
And if the page is loaded on browser other than Teams, it works programatically.
But the same thing does not work on Teams programatically.
- Nikitha-MSFTMay 20, 2020Microsoft
Taco888 - Which package are you using for teams?
- Taco888May 21, 2020Copper Contributor
- Nikitha-MSFTMay 27, 2020Microsoft
Taco888 - Could you please share your app manifest zip file? That helps us to reproduce the issue.