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

Displayed information on Text field in NbglAddressReview's QRCode page is wrong. #222

Open
mmouchous-ledger opened this issue Nov 19, 2024 · 0 comments

Comments

@mmouchous-ledger
Copy link

When creating a NbglAddressReview page on Flex or Stax device, the QRCode text labels does not reflect the given value to the show function (seen on emulator). Content of the QRCode is correct though.

NbglAddressReview::new().show(
            r#"BEGIN:VCARD
VERSION:3.0
N:Nakamoto;Satochi;;;
END:VCARD"#,
        );

In the screenshot, we can read extra line: N:Nakamoto;Sa...RSION:3.0

BEGIN:VCARD
VERSION:3.0
N:Nakamoto;Sa...RSION:3.0
N:Nakamoto;Satochi;:
END:VCARD

Screenshot 2024-11-19 at 11 42 04

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant