Skip to content
This repository has been archived by the owner on Aug 14, 2019. It is now read-only.

What bugs have you encountered with swipe gesture? #1

Closed
delebedev opened this issue Feb 27, 2013 · 2 comments
Closed

What bugs have you encountered with swipe gesture? #1

delebedev opened this issue Feb 27, 2013 · 2 comments

Comments

@delebedev
Copy link

Hi,
I have tried to implement exactly the same behaviour of keyboard as in Messages and must say that's nearly impossible for variety of reasons (https://github.com/mikeahmarani/MADismissiveTextView for example)
The problem is the following:

  • we should drag input view along with the keyboard (yeah we can change origin y, but it flicks and looks not sexy - I've tried)
  • we can move the keyboard and input view simultaneously, in this case we should set our inputview as 'inputaccessoryview' of textView. It almost works, until we do not become firstresponder (inputview blinks out the screen and after it moves with keyboard).

So i suggest to use only swipe:) what do you think?

@jessesquires
Copy link
Owner

There aren't any bugs with the swiping itself, per se. If you uncomment lines 73-76 in 'MessagesViewController.m', you can see that swiping works — with or without text in the textView (admittedly not quite as nicely as yours). The issue is editing the text AFTER you swipe — weird things happen. However, I haven't actually looked into this all or tried to fix it yet.

@zhigang1992
Copy link
Contributor

@garnett take a look at this #31

@wdcurry wdcurry mentioned this issue Apr 21, 2014
39 tasks
andrewchae pushed a commit to andrewchae/JSQMessagesViewController that referenced this issue Sep 3, 2014
@ghost ghost mentioned this issue Jan 27, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants