antoniocasero / Panels

Panels is a framework to easily add sliding panels to your application
MIT License
1.5k stars 89 forks source link

UITextField will cause the panel to collapse #17

Closed laolarou726 closed 5 years ago

laolarou726 commented 5 years ago

Hi, As the title said when I trying to select the UITextField in the panel. It will collapse to the button. Is there any settings can prevent this situation? Thanks.

antoniocasero commented 5 years ago

Hi, in the last release I added to the configuration a flag to not handle keyboard notifications. Try that and let me know your thinking