escoz / QuickDialog

QuickDialog - Quick and easy dialog screens for iOS
http://escoz.com/open-source/quickdialog
Other
3.07k stars 637 forks source link

QMultilineElement doesn't work properly #673

Open GoldenJoe opened 10 years ago

GoldenJoe commented 10 years ago

iPhone: • there is no longer a way to dismiss the QMultilineTextViewController since QMultilineElement no longer attaches an accessory to the keyboard • text is hidden behind the keyboard when typing long entries

iPad: • the popup is very small and often sized poorly. For example, it may take the size of one line in landscape mode. Behavior is inconsistent.

robraux commented 10 years ago

I am trying to resolve this issue "• text is hidden behind the keyboard when typing long entries" as well, so far with no success. Have you managed any resolution at all @GoldenJoe ?

GoldenJoe commented 10 years ago

Sort of. I managed to get things working the way they used to, except that there is a bug in iOS7 that makes scrolling wonky in a fullscreen textview while the orientation is landscape.

Here's my solution. Please post back if you find any improvements. http://www.datafilehost.com/d/b7022fef

robraux commented 10 years ago

Thank you kindly for posting this, I'll review and see how it works.

GoldenJoe commented 9 years ago

The bug persists in iOS8.