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

Soft keyboard input for iOS #3571

Draft
wants to merge 12 commits into
base: master
Choose a base branch
from

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    f9b058e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78bac6b View commit details
    Browse the repository at this point in the history
  3. Updates from comments

    simlay committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    77d049c View commit details
    Browse the repository at this point in the history
  4. cargo fmt

    simlay committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    9ce9105 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. More changes

    simlay committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    66c9658 View commit details
    Browse the repository at this point in the history
  2. Fixed WinitTextViewDelegate.

    The WinitTextViewDelegate must remain in memory or it will be collected
    on the objective-c side.
    jpedrick authored and simlay committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    d3a54a2 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Minor changes

    simlay committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    e276c06 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    ab4a9e9 View commit details
    Browse the repository at this point in the history
  2. Update src/platform_impl/ios/uikit/text_field.rs

    Co-authored-by: Mads Marquart <mads@marquart.dk>
    simlay and madsmtm committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    7200d84 View commit details
    Browse the repository at this point in the history
  3. Update src/platform_impl/ios/uikit/text_field.rs

    Co-authored-by: Mads Marquart <mads@marquart.dk>
    simlay and madsmtm committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    11728ba View commit details
    Browse the repository at this point in the history
  4. Update src/platform_impl/ios/uikit/text_field.rs

    Co-authored-by: Mads Marquart <mads@marquart.dk>
    simlay and madsmtm committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    7bd5742 View commit details
    Browse the repository at this point in the history
  5. minor updates from comments

    simlay committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    d8094f1 View commit details
    Browse the repository at this point in the history