Soft Input Panel (SIP) Extensions
The soft input panel (SIP) is the virtual keyboard that pops up when a field on the mobile (graphical capable) device allows for text input. The SIP object is a global override. Setting any property with SIP takes precedence over everything else.
Language extensions “SIP.Keyboard” and “SIP.Show” are now global in scope. Setting these to true, false, or a keyboard type will maintain that state for the session or until a SIP.Keyboard kbNone is received.
Use "SIP Reset" to remove the global overrides.
The extensions available for this are:
SIP.GetCurrentType, SIP.GetTypes, SIP.Keyboard, SIP.Mode, SIP.Reset, SIP.SetType, SIP.Show, and SIP.Visible.
Related Topics