Whenever I tap the dropdown menu multiple times using a web view in iPad iOS 8 it crashes and shows The application has crashed with an uncaught exception 'NSGenericException'.
Reason: UIPopoverPresentationController should have a non-nil sourceView or barButtonItem set before the presentation occurs.
I found a solution using Xcode but I want to know how do I implement it in titanium.
Please help