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

Static analysis warnings - "KeyboardDialog" is not valid for Voice Keyboard entry of email address and PIN codes #99

Open
scottg489-tw opened this issue Oct 11, 2023 · 1 comment

Comments

@scottg489-tw
Copy link

There are two static analysis warnings resulting from code examples in this repo:

"KeyboardDialog" is not valid for Voice Keyboard entry of email address and PIN codes. Use "StandardKeyboardDialog" instead. Path: /components/SGDEX/Handlers/EntitlementHandler_UserPass.brs. Line: 57. 
"KeyboardDialog" is not valid for Voice Keyboard entry of email address and PIN codes. Use "StandardKeyboardDialog" instead. Path: /components/SGDEX/Handlers/EntitlementHandler_UserPass.brs. Line: 14.

Referencing the following two lines:
extensions/SGDEX/Handlers/EntitlementHandler_UserPass.brs#L14
extensions/SGDEX/Handlers/EntitlementHandler_UserPass.brs#L57

@RokuChris
Copy link
Contributor

We've updated SGDEX with support for StandardKeyboardDialog to address these warnings.

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

2 participants