Ben Packard
Ben Packard
Yep adding a client key to each platform's app is what's required, many thanks. Unfortunately it probably means a long delay or cancelation for my web project since I will...
I just found this similar conversation which confirms your diagnosis: https://github.com/parse-community/parse-server/issues/159#issuecomment-178301593 It is a good example of the 'prevailing advice' I mentioned: >The best option is to not set any...
Some screen recordings: [Working (full screen)](https://imgur.com/DcMtIEG). [Not working (partial modal)](https://imgur.com/IDd7Ab3).
I've confirmed that `didFinishTouchingCosmos` fires as the gesture leaves the edge of the star that initiated it. Without knowing to much about how gestures work, perhaps Cosmos doesn't expect to...
Here is the workaround I am using now based on the stackoverflow answer above. It's very naive but it works. Let me know if this would make for a good...
@evgenyneu A flag sounds like the right path forward. I do wonder though what happens for a table view in a modal, where the user might need both behaviors. If...
Submitted a pull request, hope I didn't miss anything!
This can also be resolved by setting the `modalPresentationStyle` to `.fullScreen`.
Is it possible this issue is related to https://github.com/CocoaPods/CocoaPods/issues/8206? Is everyone reporting this issue using multiple targets in their pod file (e.g. an app extension)?
Anyone have any thoughts on what is required to fix this? Or even what kind of expertise is needed? As I understand it, it is currently not possible to archive...