You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Android webview the dropdown list is never shown, even if the webview is instantiated and added to the center window inside drawer 'open' event. Does anyone know how to solve this? Is this already a know issue?
The text was updated successfully, but these errors were encountered:
Found the fix soon after commenting. Setting the lifecycleContainer property on webview did the trick. You've to provide the parent tab group or window, that contains the webview, using this property. In this the main drawer window.
In Android webview the dropdown list is never shown, even if the webview is instantiated and added to the center window inside drawer 'open' event. Does anyone know how to solve this? Is this already a know issue?
The text was updated successfully, but these errors were encountered: