David Calhoun
David Calhoun
> If it's okay with you, I'd prefer to make that change in a separate PR. Of course! 🚀
Noting that I experienced sporadic, momentary unresponsiveness with the sidebar navigation on an iPhone SE (p1728411749700589/1728406178.542969-slack-C07NPKBC88L). I have not identified steps to reproduce.
From my brief research, it would appear that Zendesk's Android SDK may support [customizing the look](https://developer.zendesk.com/documentation/classic-web-widget-sdks/support-sdk/android/customizing_the_look/#customizing-the-look) of the UI, which may be a path forward.
> Thank you @dcalhoun for your review (and for your helpful commits)! I've pushed a few more commits to address your feedback, so this is ready for another pass. >...
> For the mobile unit tests, what's happening is that `getPostType` calls don't return anything at the moment in the unit test, so the editor doesn't initialize (doesn't render the...
> I don't know how to test the app personally but at least in the mobile unit tests, that object was always "undefined" which means, nothing was rendered. @youknowriad correct,...
@youknowriad @TylerB24890 the mobile editor breakage and failing automated tests should be resolved by the following: * https://github.com/TylerB24890/gutenberg/pull/2 * https://github.com/TylerB24890/gutenberg/pull/3 The former is merged, the latter needs review and merging....
Updated this issue to include the Audio block as it occurs there too. It puts the Audio block into a state where one cannot change the media file attached to...
I spent time reviewing the history and logs for this crash. Capturing a few notes for posterity. * The crash occurs for both posts and pages. * The largely occurs...
After spending more time debugging this, I am still unable to reproduce the error. For next steps, I plan to implement a few more block editor analytic events to see...