iOS: Back buttons for New, Edit, Show? #207
Unanswered
tomdringer
asked this question in
Q&A
Replies: 1 comment
-
|
Is that your entire path configuration? Do you by chance have a local one and a remote one? Because with just that nothing should be presented modally, which sounds like what you are describing. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello folks,
Very new to Hotwire, so please bear with me.
I have successfully added some tabs, but when I try to add, edit or show a record, there is no native back button at the top of the screen. In my path_configuration properties, context is default and this covers every page. Is this likely to be one of the issues? Should it be something else so it's stacked?
{ "setting": {}, "rules": [ { "patterns": [ ".*" ], "properties": { "context": "default", "pull_to_refresh_enabled": true } } ] }Thanks.
Beta Was this translation helpful? Give feedback.
All reactions