Richard Happe
Richard Happe
Hello! I tried using the runtime artifact in a project that I recently started working on. Since I'm using a simulator on an M1 MacBook, I'll need to be able...
The android implementation of `WebViewClient` contains a method that can be used to intercept and override URLs being loaded by the webview: https://developer.android.com/reference/android/webkit/WebViewClient#shouldOverrideUrlLoading(android.webkit.WebView,%20android.webkit.WebResourceRequest) It would be nice to have something...
**Is your feature request related to a problem? Please describe.** The `SignaturePadAdapter` exposes an API to get the resulting `Bitmap` from the `SignaturePad` view, but it doesn't give an option...