Skip to content
Discussion options

You must be logged in to vote

Thanks! That's super helpful.

Long story short, you can fix your issue by making the modal "full screen", like so.

diff --git a/close-modal-app/AppDelegate.swift b/close-modal-app/AppDelegate.swift
index 6abb6c8..f1e01f0 100644
--- a/close-modal-app/AppDelegate.swift
+++ b/close-modal-app/AppDelegate.swift
@@ -20,6 +20,8 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
             .file(localPathConfigURL),
         ])

+        Hotwire.config.showDoneButtonOnModals = true
+
         return true
     }

diff --git a/close-modal-app/path-configuration.json b/close-modal-app/path-configuration.json
index 3d5af3b..83a3dd0 100644
--- a/close-modal-app/path-configuration.json
+++ b/…

Replies: 3 comments 16 replies

Comment options

You must be logged in to vote
12 replies
@frenkel
Comment options

@joemasilotti
Comment options

@frenkel
Comment options

@joemasilotti
Comment options

Answer selected by frenkel
@frenkel
Comment options

Comment options

You must be logged in to vote
2 replies
@frenkel
Comment options

@dbachet
Comment options

Comment options

You must be logged in to vote
2 replies
@frenkel
Comment options

@dbachet
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants