Mitch Downey
Mitch Downey
It's working! 🥳 thanks so much for the quick fix! https://github.com/podverse/podverse-rn/pull/1123/commits/73d3d89479c1c41cf1f4f3ebb208148be18d8e21#diff-b4ecc4e9e3fb1d360df3bc0ae6939c7471d36bc423571f28de6b0744a8c02d9eR245-R246
The "attempt to invoke virtual method ... on a null object reference" crash is by far our most common crash on Android. It's the most serious issue we have with...
@ruiaraujolink oh interesting, thanks for sharing. Any idea why `collapsable` is needed here for Android only? How the heck did you figure that out? lol Also, is it OK to...
@piaskowyk FWIW we are getting this error in our F-Droid build pipeline. We are using react-native-reanimated 2.8.0. Any advice or questions would be appreciated. Sorry, I don't know how to...
@naum43312016 @piaskowyk I'm not 100% sure I'm remembering this correctly...but I think I resolved this issue by upgrading from Gradle 4.2.1 to 7.2.0. I ended up reverting to Gradle 7.0.4...
@sanusart I'm currently adding screen reader accessibility to our web site and noticed I'm having this issue with Mac VoiceOver as well. When group items are visually hovered, the screen...
@sanusart hmm sorry, this might just be user error. I was of the impression elements on the page should only be navigated to with the Tab key, but I realized...
@sanusart @dbollinger I made some changes intended to improve screen reader accessibility (at least for Mac VoiceOver). These changes do not seem like a proper fix however, and I haven't...
Hi @thomassth, just to confirm, do you see this issue when you use the mobile app on an iPad? Or when you use the website from an iPad? If it's...
@thomassth ohh ok, gotcha. I forgot we even allowed the app to be downloaded on iPad. Kind of a questionable decision when the UX is so bad with the mobile...