<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.appstudio.dev/index.php?action=history&amp;feed=atom&amp;title=Screen_object</id>
	<title>Screen object - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.appstudio.dev/index.php?action=history&amp;feed=atom&amp;title=Screen_object"/>
	<link rel="alternate" type="text/html" href="https://wiki.appstudio.dev/index.php?title=Screen_object&amp;action=history"/>
	<updated>2026-07-15T06:46:15Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.46.0</generator>
	<entry>
		<id>https://wiki.appstudio.dev/index.php?title=Screen_object&amp;diff=6738&amp;oldid=prev</id>
		<title>Ghenne: Created page with &quot;AppStudio programs run within a special version of a web browser.  As a result, they can inherit a lot of the properties of the environment they run in.  You can access these...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.appstudio.dev/index.php?title=Screen_object&amp;diff=6738&amp;oldid=prev"/>
		<updated>2014-12-03T21:46:51Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;AppStudio programs run within a special version of a web browser.  As a result, they can inherit a lot of the properties of the environment they run in.  You can access these...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;AppStudio programs run within a special version of a web browser. &lt;br /&gt;
As a result, they can inherit a lot of the properties of the environment they run in. &lt;br /&gt;
You can access these properties from within your app.&lt;br /&gt;
&lt;br /&gt;
It is not a complete list: there are additional items in the full HTML documentation. In addition, some browsers may have additional members not shown here.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;screen object members&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|orientation || Returns the current screen orientation&lt;br /&gt;
|-&lt;br /&gt;
|orientation.lock(&amp;#039;&amp;#039;val&amp;#039;&amp;#039;) || val can be &amp;quot;landscape&amp;quot; or &amp;quot;portrait&amp;quot;. Android only.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Example ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
If InStr(navigator.userAgent, &amp;quot;Chrome&amp;quot;) Then&lt;br /&gt;
  screen.orientation.lock(&amp;quot;landscape&amp;quot;)&lt;br /&gt;
End If&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Language Reference]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Objects|form]]&lt;/div&gt;</summary>
		<author><name>Ghenne</name></author>
	</entry>
</feed>