viezel / NappDrawer

A side drawer navigation container view controller for Appcelerator Titanium.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Android] Drop-down list not shown in Webview

quix-portal opened this issue · comments

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?

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

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.