Actions
Feature #937
openSee if there is a way to inflate the WebViews before the dialogs are displayed
Start date:
11/29/2022
Due date:
% Done:
0%
Estimated time:
Description
This would prevent the awkward expansion of the dialogs after they are dislayed.
Updated by Soren Stoutner 6 months ago
Android doesn't want to make this easy to do. It would be possible to manually specify the size of the alert dialog in pixels, but that would create a horrible experience across devices, and the WebView would still load delayed.
Actions