Skip to content

Unable to show Passkey prompt when attempting to use Passkey for authentication #2804

@anderscheow

Description

@anderscheow

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Show error page when attempting to use Passkey for authentication

Image

Expected Behavior

Should show native Passkey dialog for authentication

Steps with code example to reproduce

Steps with code example to reproduce
late final _settings = InAppWebViewSettings(
    preferredContentMode: UserPreferredContentMode.DESKTOP,
    useShouldOverrideUrlLoading: true,
    isInspectable: kDebugMode,
    mediaPlaybackRequiresUserGesture: false,
    allowsInlineMediaPlayback: true,
    iframeAllow: 'camera; microphone',
    iframeAllowFullscreen: true,
    transparentBackground: true,
    }(),
  );

Stacktrace/Logs

Stacktrace/Logs
<Replace this line by pasting your stacktrace or logs here>

Flutter version

v3.35.4

Operating System, Device-specific and/or Tool

iOS 26

Plugin version

v6.1.5

Additional information

No response

Self grab

  • I'm ready to work on this issue!

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions