Sep 19 2022 06:30 AM - edited Sep 19 2022 06:32 AM
I am working in Custom Teams App with React where I do have some requirement to show the data using Graph API.
Everything is working fine in Desktop and Web Version of the team but In Mobile version following scenario is not working
Is there anyway to forcefully refresh my custom app when navigate/switch back to my custom app in Mobile device
Below is the some code snippet for my App Component
async componentDidMount() {
microsoftTeams.app.initialize();
let context = await microsoftTeams.app.getContext();
// My Business Logic to Get Data
// Updating State
}
render(): React.ReactNode {
return (
<div className="App" >
</div>
);
}
Can someone help me here what I am missing here? Let me know if you need any other details for my issue
Sep 19 2022 07:44 AM
Sep 20 2022 08:15 PM
Sep 21 2022 05:16 AM
Sep 25 2022 11:25 PM
Sep 29 2022 02:15 AM - edited Oct 31 2022 04:33 AM
@kalpeshvaghela - Apologies for the delay response.
Could you please help by suggesting this feature on - Microsoft Teams · Community