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

[BUG] Username-only not filled #2731

Open
1 task done
Massimo-B opened this issue Dec 17, 2024 · 0 comments
Open
1 task done

[BUG] Username-only not filled #2731

Massimo-B opened this issue Dec 17, 2024 · 0 comments
Labels

Comments

@Massimo-B
Copy link

Checks

  • I have read the FAQ section, searched the open issues, and still think this is a new bug.

Describe the bug you encountered:

A website in Chrome has a separate Username-only and Password-only entry. The User name does not work.
in Gboard it does not provide the K2A completion, I always need to switch to the K2A Keyboard and back.
On Linux using KeepassXC-Browser the completion works.

What does a website need to trigger the K2A completion offer in Gboard?

The page body looks like this:

<body class="login-background">
   <div class="login-page" id="login-page-id">
      <div class='form form-login'>
            <img style = 'float:right;width:145px;height:20px;margin-bottom:100px' class='img-fluid' alt='FOO BAR' src='[data:image/png;base64...==)' />
            <p align = "left" style="font-size:32pt;">
                time<strong><i>Card</i></strong>
            </p>
            <form action = "[/Home/CheckLoginByUsername?ReturnUrl=/Home/Homepage](view-source:https://foo)" method="post"><input type = "text" name="Username" placeholder="Benutzername" autocomplete="on" id="user-name-input" autofocus />
                <button type = "submit" id="login-button">Weiter</button>
           </form>
         <br/>
      </div>
   </div>
   <div class='text-muted' style='position:fixed;text-align:right;bottom:0px;width: 100 %'>cdcdsfgtr</div>
   <style>
      .login-background {
         background-image:url('/Content/images/login02.jpg');
         background-size:cover;
         min-height:100 %;
         height:100 %;
      }
   </style>
   <script>
      function login(usern, pasw)
      {
         var user = document.getElementsByName('Username');
         if (user != null)
         {
           user[0].value = usern;
         };
         var pwd = document.getElementsByName('Password');
         if (pwd != null)
         {
            pwd[0].value = pasw;
         };
         document.getElementById('login-button').click();
      };
   </script>
</body>

Describe what you expected to happen:

No response

What version of Keepass2Android are you using?

1.11-r0

Which version of Android are you on?

14

@Massimo-B Massimo-B added the bug label Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant