Is it possible de debug a Teams tab on iOS using Windows (or Mac) ? I tried the inspect.dev tool and it works perfectly for Safari but not for a Teams tab which is running in a Webview.
CodePudding user response:
Its not possible to debug a Teams tab on iOS using Windows (or Mac) . Using Dev Tools we can debug Teams tab in desktop and Android clients.
For reference doc: DevTools for Microsoft Teams tabs
