mcroni 0 Newbie Poster

i am trying to build an app that implements a double tap feature to open another screen, the UI includes a textinput. but with this implementation the textinput doesnt respond.

def change(self):
    self.manager.current = 'screen2' 

def on_touch(self,touch):
    if touch.is_double_tap(self):
    self.change()
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.