Open
Description
Is your feature request related to a problem? Please describe.
I am using this in the context of a WebView embedded in an iOS (and later Android) mobile app. As of right now, I haven't found a great way for the user to delete an item. My initial attempt was to have an area where they can "drop to delete", but it keeps getting in the way, and I've had some problems with position: fixed;
not working in iOS WKWebView.
Describe the solution you'd like
What I'd really like is for users to be able to swipe from right to left to delete an item from a list, similar to the UITableView
behavior (I would be using UITablView
, but it doesn't work in this context due to some rich content issues.