euc-releases / wsone-sdk-forms

Workspace One SDK for Xamarin.Forms
Other
3 stars 0 forks source link

'Restrict documents to be opened in following apps' and 'Enable Third Party Keyboards' restrictions are not working on Android #19

Open bengibagci opened 1 year ago

bengibagci commented 1 year ago

Hi,

'Restrict documents to be opened in following apps' and 'Enable Third Party Keyboards' restrictions are not working on Android. There is not any error messages or logs.

I'm using WorkspaceOne.Forms 22.5.0 version and Xamarin.Forms 5.0.0.2478 version . I tested on Samsung Galaxy S7 device (Android 8.0 (API Level 26)).

Maddy79 commented 1 year ago

@bengibagci - Enable Third Party Keyboards feature is not supported on Android , it is only available for iOS.

For the "Restrict documents to be opened in following apps", we will check and update why its not working for you.

korhankonaray commented 1 year ago

Is there any progress on this issue?

Pelinalpp commented 1 year ago

The following code in this project does not work for the Open in feature. WorkspaceOne.Forms.Device.OpenUri(Uri uri)

However, the code "UriOpenerFactory.Instance.OpenUri(context, filepath)" described in the link below works. https://github.com/vmwareairwatchsdk/vmware-ws1-sdk-xamarin/blob/master/GettingStarted.md