Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add optional persistent attribute to prevent closing when tapping outside #1

Open
DouglasSherk opened this issue Jan 26, 2015 · 4 comments

Comments

@DouglasSherk
Copy link
Collaborator

In the Sharing app, I had to set a 'touchstart' listener to prevent a dialog from being closed, and then remove it when I wanted it to be respond to user input again. It would be nice to have an attribute or something to force the dialog to stay open.

@wilsonpage
Copy link
Contributor

When was the dialog being closed? When the user interacted with the content?

@DouglasSherk
Copy link
Collaborator Author

When was the dialog being closed? When the user interacted with the content?

Yes. Tapping away from the dialog would close it.

@wilsonpage
Copy link
Contributor

Ah I see. So sometimes you want the dialog to be persistent? This should be a configurable via attribute.

@DouglasSherk
Copy link
Collaborator Author

Yeah, my thoughts exactly.

@wilsonpage wilsonpage changed the title Prevent user from closing dialog Add optional persistent attribute to prevent closing when tapping outside Jan 26, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants