viezel / NappDrawer

A side drawer navigation container view controller for Appcelerator Titanium.
MIT License
248 stars 128 forks source link

[Android] Drop-down list not shown in Webview #220

Open quix-portal opened 5 years ago

quix-portal commented 5 years ago

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?

qasim90 commented 4 years ago

I'm also having this issue and scratching my head since yesterday :/ Is there any solution?

qasim90 commented 4 years ago

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.