rokudev / SceneGraphDeveloperExtensions

Other
114 stars 65 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 1 year ago

scottg489-tw commented 1 year 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 1 year ago

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