kancic
kancic
No, sorry. This solution worked for me.
It's possible I missed something because I have a very simple use case. I only show one shape image view at the time so maybe if you use something more...
As I understand there is [a good explanation here](https://github.com/square/okhttp/issues/2646) why this is happening. I would be grateful if @mattmook you can look at this because we are using your lib...
If anybody is wondering I fixed this issue by implementing a custom WebViewClient and overriding shouldInterceptRequest with OkHttp library that isn't affected with this issue. ```` override fun shouldInterceptRequest(view: WebView,...
> @kancic I'm now using the latest version of CT 2.2.1, kotlin 1.8.20, AGP 7.4 and I cannot reproduce it anymore I still see the issue with CT 2.4.6, Kotlin...
They should support GLES3
And I have this in my manifest ``` ```
I've fixed the onClickListener by doing this. Hope it helps anybody: ``` class RiveAnimationFixedView(context: Context, attrs: AttributeSet?) : RiveAnimationView(context, attrs) { private var startX: Float = 0f private var startY:...
> The latest version ([10.2.1](https://github.com/rive-app/rive-android/releases/tag/10.2.1)) of the Android runtime has a [fix](https://github.com/rive-app/rive-android/commit/1df3665aed23f122cbe7bd5963680a3dc7dd4692) specifically for Exynos device issues. Please try it and let us know if you still have issues. The...
> Is this happening on app start? Or later in running the app? Later. A couple of seconds need to past. Our app has a login feature and on login...