You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to allow the user to interact both with the presenting view controller and the presented view controller, it's impossible currently. Eg if you treat the library as card presenter, you often want to allow the user to interact eg with the map above (example: Google Maps).
Another example is using the library as a notification panel. I believe in most situations you don't want to block the user interface for those 5s (or different value) as the notification is visible.
What type of issue is this?
bug
enhancement (feature request)
question
documentation related
testing related
discussion
Requirements
I've read and understood the Contributing guidelines and have done my best effort to follow them.
Thank you for the request. We have thought about supporting pass-through touches within PanModal but ultimately made the decision to keep it lightweight. We are not planning to work on any new features for the library, in the short term, but we may look to add this to our future roadmap.
However, if you feel this is something you need, we encourage forking the library and adding necessary changes.
Description
If you want to allow the user to interact both with the presenting view controller and the presented view controller, it's impossible currently. Eg if you treat the library as card presenter, you often want to allow the user to interact eg with the map above (example: Google Maps).
Another example is using the library as a notification panel. I believe in most situations you don't want to block the user interface for those 5s (or different value) as the notification is visible.
What type of issue is this?
Requirements
The text was updated successfully, but these errors were encountered: