kylehowells / SwipeSelection

An improvement to iOS's text editing that allows you to move the cursor and select text using gestures on the keyboard itself.
104 stars 46 forks source link

Not work on the address bar of safari #21

Closed himhimlo closed 10 years ago

himhimlo commented 11 years ago

If the address in the address bar is longer than the box then when moving to the start position of the box won't continue to move the box to the text left to the box

kirb commented 11 years ago

This actually happens for all UITextFields.

kylehowells commented 11 years ago

I haven't spotted any API's in the text input parts that look like they could scroll text input. I know it most be there, bluetooth keyboards, but I can't see it. If any other devs can point it out to me I'll happy implement it (or pull the change?).

himhimlo commented 11 years ago

I have tried your counterpart(SwipeShiftCaret) made by r_plus which seems to perform the scrolling and he open its source to the public. You can have a look on it:) Thanks for your reply~

On 15 Mar, 2013, at 10:18 AM, Kyle Howells notifications@github.com wrote:

I haven't spotted any API's in the text input parts that look like they could scroll text input. I know it most be there, bluetooth keyboards, but I can't see it. If any other devs can point it out to me I'll happy implement it (or pull the change?).

— Reply to this email directly or view it on GitHubhttps://github.com/freerunnering/SwipeSelection/issues/21#issuecomment-14940552 .

kylehowells commented 10 years ago

Fixed this a while ago and forgot to close the issue