Giter Club home page Giter Club logo

Comments (8)

sebgie avatar sebgie commented on July 23, 2024

As far as I can see this has to do with the UILongPressRecognizer. Since the minimum press duration is 0 every touch triggers the according event. If you set the minimum press duration to 0.3 in line 798 it should work again.

798: [longPressRecognizer setMinimumPressDuration:0.3];

from titokenfield.

thermogl avatar thermogl commented on July 23, 2024

The TIToken is now a UIControl, so it does its own touch handling.

Unfortunately, this means that you can't even scroll by touching a token.

Trying to work out a solution now and why you can't scroll when touching a UITextField.

from titokenfield.

thermogl avatar thermogl commented on July 23, 2024

By setting delaysContentTouches to YES you can fix this issue. It's in the latest commit.

from titokenfield.

rahulvyas avatar rahulvyas commented on July 23, 2024

hi tom,
nice to see some fixes. I would like to request one thing that is can
we make the body part as apple's mail composer has?

Sent from my iPod

On 25-Mar-2012, at 7:27 PM, Tom Irving
[email protected]
wrote:

By setting delaysContentTouches to YES you can fix this issue. It's in the latest commit.


Reply to this email directly or view it on GitHub:
https://github.com/thermogl/TITokenFieldView/issues/8#issuecomment-4681717

from titokenfield.

thermogl avatar thermogl commented on July 23, 2024

Can you elaborate? Which parts of the body would you like to see?

from titokenfield.

rahulvyas avatar rahulvyas commented on July 23, 2024

like the mail composer's body can display images as attachments and
manage text entering.

Sent from my iPod

On 25-Mar-2012, at 7:35 PM, Tom Irving
[email protected]
wrote:

Can you elaborate? Which parts of the body would you like to see?


Reply to this email directly or view it on GitHub:
https://github.com/thermogl/TITokenFieldView/issues/8#issuecomment-4681766

from titokenfield.

thermogl avatar thermogl commented on July 23, 2024

You'll have to do that yourself, I'm afraid.

The TITokenFieldView isn't about recreating the whole mail composer, just the tokenizing field.
I'm actually trying to move everything into the TITokenField class and phase out the parent view.

from titokenfield.

rahulvyas avatar rahulvyas commented on July 23, 2024

I have tried many times but still no luck. Anyways thanks for creating
such a wonderful open source composer.

Sent from my iPod

On 25-Mar-2012, at 7:41 PM, Tom Irving
[email protected]
wrote:

You'll have to do that yourself, I'm afraid.

The TITokenFieldView isn't about recreating the whole mail composer, just the tokenizing field.
I'm actually trying to move everything into the TITokenField class and phase out the parent view.


Reply to this email directly or view it on GitHub:
https://github.com/thermogl/TITokenFieldView/issues/8#issuecomment-4681789

from titokenfield.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.