Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix small error in iOS documentation #59

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Nov 27, 2024

  1. Fix small error in iOS documentation

    This fixes a small error in the iOS documentation that I ran into. The old documentation stated that the bridge components must be registered before routing your first URL. However, because the userAgent is checked to determine if we are in a Hotwire app and therefore if the bridge components should be activated **and** because this userAgent is established when the root view controller is created you need to register your bridge components first.
    chrisortman authored Nov 27, 2024
    Configuration menu
    Copy the full SHA
    cea2b38 View commit details
    Browse the repository at this point in the history