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
I was having trouble where in a modal DialogViewController, when it navigates to an HtmlElement child, as soon as I clicked in a text field it would crash. It would also crash if I just waited around a bit. When I remove that line it seems to work fine. And I'm confused why it would be disposed after loading is finished as the user would still be interacting with the fully loaded content. Plus it's still added as a child subview at that point, no?
The text was updated successfully, but these errors were encountered:
This line is confusing to me:
MonoTouch.Dialog/MonoTouch.Dialog/Elements.cs
Line 692 in 4eabc51
I was having trouble where in a modal DialogViewController, when it navigates to an HtmlElement child, as soon as I clicked in a text field it would crash. It would also crash if I just waited around a bit. When I remove that line it seems to work fine. And I'm confused why it would be disposed after loading is finished as the user would still be interacting with the fully loaded content. Plus it's still added as a child subview at that point, no?
The text was updated successfully, but these errors were encountered: