User manual - Web_Browser_Prog_Guide

NAURTECH WEB BROWSER SMART CLIENTS FOR WINDOWS CE .NET / POCKET PC
Web Browser Programming Guide Page 37
Example
<html>
<head>
<meta http-equiv="SIP" content="Show">
</head>
<body>
The Soft Input Panel (SIP) should be visible.
</body>
</html>
3.22 SIPUP
The SIPUp tag makes the Soft Input Panel (SIP) visible.
Syntax
http-equiv="SIPUp"
content=""
Comments
This tag is supported for compatibility with other browsers. It is preferable to use
the SIP META tag or the IDA Action Code “IDA_SIP_SHOW” via the IDA META
tag, an “ida:” URL or a PostIDA call. The content is ignored, but it must be
present.
Example
<html>
<head>
<meta http-equiv="SIPUp" content="">
</head>
<body>
The Soft Input Panel (SIP) should be visible.
</body>
</html>
3.23 TEXTSIZE
The TextSize tag is used to set an overall text zoom level. The zoom level can
also be changed manually with font sizing buttons on the Toolbar or KeyBar.
Syntax
http-equiv="TextSize"
content="Smallest"
"Smaller"
"Medium"