Brett Spurrier
Brett Spurrier
Seeing the same error when using `implementation 'online.devliving:securedpreferencestore:0.7.4'`. Only on OS 9 devices.
I can confirm this as well. Not sure what's going on here.
@KMKnation I am seeing the same issue (although I am on iOS 14.4.2). Where are you placing the code block? ``` setTimeout((){ localVideoElem.play() }); ```
I'm looking for a similar answer. I'd like to use `FunctionContext` methods, but can't find any explanation or example of how to do this.
I could use this as well.
I would love to see this merged.
Same issue here. Anyone have any advice?
Same issue. I am using `AppCenter.Auth` *v2.6.2*, and the code: ``` UserInformation userInfo = await Auth.SignInAsync(); ``` goes out to the browser, allows an Active Directory user to login and...