OfficeDev / Microsoft-Teams-Samples

Welcome to the Microsoft Teams samples repository. Here you will find task-focused samples in C#, JavaScript and TypeScript to help you get started with the Microsoft Teams App!
MIT License
995 stars 769 forks source link

Teams - Task Module not working in Android devices for QR Code functionality and getting error "Failed to load WebView" #499

Open ChetanSharma-msft opened 2 years ago

ChetanSharma-msft commented 2 years ago

We have tried below sample in Android devices but getting error like ""Failed to load WebView"": https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/app-installation-using-qr-code/csharp

Error UI: Error

Error code: 100 Error name: NOT_SUPPORTED_ON_PLATFORM

As per documentation, it should work for Android device but it's failing: https://learn.microsoft.com/en-us/microsoftteams/platform/concepts/device-capabilities/qr-barcode-scanner-capability#scanbarcode-api

Note: It is working fine in iOS device.

Meghana-MSFT commented 2 years ago

We are raising a bug for the same, we will keep you posted on the updates. Thank you.

Meghana-MSFT commented 1 year ago

@ChetanSharma-msft - Engineering team has asked for below details. Can you please share -

share the valid domains list in the manifest and the URL which the task module is hitting.

ChetanSharma-msft commented 7 months ago

Hello @Meghana-MSFT - Please find below details:

"validDomains": [ "{{domain-name}}", -- My NgRok URL Domain "token.botframework.com" ],