<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Show Virtual Keyboard]]></title><description><![CDATA[<p dir="auto">I develop app on Sony Internet TV (Opera TV OS) and I can't show virtual keyboard when textbox focused.</p>
<p dir="auto">I use event.stopPropagation(); and event.preventDefault(); in my keydown code. Can I show virtual keyboard when textbox active ?</p>
]]></description><link>https://forums.opera.com/topic/12190/show-virtual-keyboard</link><generator>RSS for Node</generator><lastBuildDate>Tue, 14 Apr 2026 00:58:09 GMT</lastBuildDate><atom:link href="https://forums.opera.com/topic/12190.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 12 Oct 2015 03:33:25 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Show Virtual Keyboard on Tue, 01 Dec 2015 15:07:43 GMT]]></title><description><![CDATA[<p dir="auto">Did you try this?</p>
<pre><code>var input = document.getElementById('myInput');
</code></pre>
<p dir="auto">and then</p>
<pre><code>input.focus()
</code></pre>
<p dir="auto">or in case if your element has focus</p>
<pre><code>input.blur()
input.focus()
</code></pre>
]]></description><link>https://forums.opera.com/post/88998</link><guid isPermaLink="true">https://forums.opera.com/post/88998</guid><dc:creator><![CDATA[cgepfert]]></dc:creator><pubDate>Tue, 01 Dec 2015 15:07:43 GMT</pubDate></item></channel></rss>