Andrea Bizzotto
Andrea Bizzotto
@sagarthecoder I've added the privacy manifest in #709. Since this SDK doesn't collect any user data, is it correct to leave the file empty like this? ```xml ```
Apparently this has been an issue on WKWebView since iOS 11: - https://stackoverflow.com/questions/47113661/wkwebview-constrains-issue-when-keyboard-pops-up - https://stackoverflow.com/questions/46993890/wkwebview-layoutconstraints-issue Turns out, the layout errors appear when the **input accessory view** is presented. This Q/A...
I have tested this more extensively. The layout errors disappear in the console log, but the keyboard still freezes sometimes. Given that this is a hack, and it doesn't seem...
Since one of my articles was mentioned here, I may be able to provide some context. Considering a similar example to the one above: ```dart @riverpod class AccountScreenController extends _$AccountScreenController...
I could not reproduce your scrolling problem. Are you running the demo app or your own project using the pod? Can you illustrate in more detail your use case? The...
Sorry, haven't had the change to look into this yet :/
Hi Poojan, Thank you. The class is designed to be used in conjunction with the Xib file provided - I believe this is automatically detected and used when using storyboards....
Apologies for the late response. I'll try to take a look at his tomorrow
Can you post the error log from your build or console output?
Apologies for the late reply. Have you run a `pod install` before compiling the project? This is necessary so that all pod libraries are loaded. After that, you should be...