teem icon indicating copy to clipboard operation
teem copied to clipboard

Use mobile back button to close modals

Open atd opened this issue 8 years ago • 4 comments

In login, share workspace...

atd avatar Mar 29 '16 07:03 atd

Could this be taken care by PR #251 ? Can I attach event handlers to mobile based interactions?

prastut avatar Apr 30 '16 14:04 prastut

I guess you mean #251

I agree, I think the modals that are closed with ESC should also be closed with the back button. It should use just another key code

atd avatar May 03 '16 07:05 atd

Cool @atd, as soon as it get's merged I will hack on it.

prastut avatar May 03 '16 10:05 prastut

Cordova has an event listener for this

https://cordova.apache.org/docs/en/latest/cordova/events/events.html#backbutton

atd avatar Jun 15 '16 10:06 atd