rokudev / SceneGraphDeveloperExtensions

Other
114 stars 64 forks source link

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

Open scottg489-tw opened 11 months ago

scottg489-tw commented 11 months ago

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 commented 10 months ago

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