简体   繁体   中英

Save Button not showing up when i try to add my custom app in Micrsoft TEAMS channel as a new TAB

i want to add my custom app to microsoft team channel as a new tab, when i click on plus sign to add a new tab window opens with several app, i can see my app also there, but after wards when i click on it new window opens but on there the save option is grayed out, so i am not able to add, can any one please suggest anything here. Adding a Teams App as Custom app在此处输入图像描述

Save Button has been diabled. 保存按钮已禁用 i need my custom app to be added as teams channel tab.

Thanks In advance...

Your page should have a script section like this

<script src="https://ajax.aspnetcdn.com/ajax/jQuery/jquery-3.4.1.min.js"></script>
<script src="https://statics.teams.cdn.office.net/sdk/v1.6.0/js/MicrosoftTeams.min.js"></script>
<script>
    microsoftTeams.initialize();
    microsoftTeams.settings.setValidityState(true);
</script>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM