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

[Enhancement] Add a way to open SwipeView programatically #9413

Closed
lassana opened this issue Feb 3, 2020 · 0 comments · Fixed by #9635
Closed

[Enhancement] Add a way to open SwipeView programatically #9413

lassana opened this issue Feb 3, 2020 · 0 comments · Fixed by #9635
Labels
a/swipeview e/3 🕒 3 in-progress This issue has an associated pull request that may resolve it! proposal-open t/enhancement ➕
Projects

Comments

@lassana
Copy link

lassana commented Feb 3, 2020

Summary

In order to open the swipe menu programmatically, we need a new Open method. There is already Close method.

API Changes

It could be either a new Open method:

var swipeView = new SwipeView ();
swipeView.Open(); // new API

or a new IsOpen property:

var swipeView = new SwipeView ();
swipeView.IsOpen = true; // new API

Intended Use Case

Consider the following UI:

Screen Shot 2020-02-03 at 10 36 46 PM

To let users know that there are some buttons accessible by swipe gesture, we would also like to add a button (three dots) to open the swipe menu by tap.

@pauldipietro pauldipietro added this to New in Triage Feb 3, 2020
@samhouts samhouts added this to Under consideration in Enhancements via automation Feb 3, 2020
@samhouts samhouts removed this from New in Triage Feb 3, 2020
@samhouts samhouts added this to Backlog in SwipeView Feb 4, 2020
@samhouts samhouts added the in-progress This issue has an associated pull request that may resolve it! label Feb 19, 2020
@samhouts samhouts added this to In Progress in v4.6.0 Feb 19, 2020
@jsuarezruiz jsuarezruiz moved this from Backlog to In Progress in SwipeView Feb 19, 2020
@samhouts samhouts removed this from Under consideration in Enhancements Feb 19, 2020
@samhouts samhouts moved this from In Progress to Done in v4.6.0 Mar 18, 2020
SwipeView automation moved this from In Progress to Done Mar 23, 2020
@samhouts samhouts removed this from Done in SwipeView May 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a/swipeview e/3 🕒 3 in-progress This issue has an associated pull request that may resolve it! proposal-open t/enhancement ➕
Projects
No open projects
v4.6.0
  
Done
Development

Successfully merging a pull request may close this issue.

3 participants