<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
<link rel="self" type="application/atom+xml" href="https://developers.smarttv-alliance.org/forum/feed.php?f=6&amp;t=156" />

<title>developers.smarttv-alliance.org</title>
<subtitle>Developers forum</subtitle>
<link href="https://developers.smarttv-alliance.org/forum/index.php" />
<updated>2014-07-03T22:27:26-07:00</updated>

<author><name><![CDATA[developers.smarttv-alliance.org]]></name></author>
<id>https://developers.smarttv-alliance.org/forum/feed.php?f=6&amp;t=156</id>
<entry>
<author><name><![CDATA[Support_STA]]></name></author>
<updated>2014-07-03T22:27:26-07:00</updated>
<published>2014-07-03T22:27:26-07:00</published>
<id>https://developers.smarttv-alliance.org/forum/viewtopic.php?t=156&amp;p=271#p271</id>
<link href="https://developers.smarttv-alliance.org/forum/viewtopic.php?t=156&amp;p=271#p271"/>
<title type="html"><![CDATA[Show VK when i wont]]></title>

<content type="html" xml:base="https://developers.smarttv-alliance.org/forum/viewtopic.php?t=156&amp;p=271#p271"><![CDATA[
Hi,<br /><br />That is LG Keyboard library, there is nothing can make sure it will be OK on others. So, you should use LG library for only LG platform.<br />Besides, emulator can't replace all real tv models and functions. It is hard to get a best result with only emulator.<br /><br />Thanks,<br />STA Support<p>Statistics: Posted by <a href="https://developers.smarttv-alliance.org/forum/memberlist.php?mode=viewprofile&amp;u=2056">Support_STA</a> — Thu Jul 03, 2014 10:27 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[rjot]]></name></author>
<updated>2014-07-02T03:23:18-07:00</updated>
<published>2014-07-02T03:23:18-07:00</published>
<id>https://developers.smarttv-alliance.org/forum/viewtopic.php?t=156&amp;p=269#p269</id>
<link href="https://developers.smarttv-alliance.org/forum/viewtopic.php?t=156&amp;p=269#p269"/>
<title type="html"><![CDATA[Show VK when i wont]]></title>

<content type="html" xml:base="https://developers.smarttv-alliance.org/forum/viewtopic.php?t=156&amp;p=269#p269"><![CDATA[
I tested the code on a real TV (LG 47LA740S) and everything works as it should, without register event.<br /><br />Can i use that code VK for rest, TV brand (Philips/[s]Panasonic[/s]/Toshiba?)<br /><br />If not, how test rest TV brands, Emulator dont have switch a brand (LG/Philips/...)<p>Statistics: Posted by <a href="https://developers.smarttv-alliance.org/forum/memberlist.php?mode=viewprofile&amp;u=4653">rjot</a> — Wed Jul 02, 2014 3:23 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Support_STA]]></name></author>
<updated>2014-07-02T01:05:41-07:00</updated>
<published>2014-07-02T01:05:41-07:00</published>
<id>https://developers.smarttv-alliance.org/forum/viewtopic.php?t=156&amp;p=266#p266</id>
<link href="https://developers.smarttv-alliance.org/forum/viewtopic.php?t=156&amp;p=266#p266"/>
<title type="html"><![CDATA[Show VK when i wont]]></title>

<content type="html" xml:base="https://developers.smarttv-alliance.org/forum/viewtopic.php?t=156&amp;p=266#p266"><![CDATA[
Hi,<br /><br />Please check LgVKeyboard.jsfile to get more information about how it works.<br />We had a quick look and found below thing:<br /><blockquote class="uncited"><div><br />window.addEventListener(\"focusin\", function(event) {<span style="font-weight: bold">lgKb.WindowFocusIn(event);</span>}, false);<br />window.addEventListener(\"focusout\", function(event) {lgKb.WindowFocusOut(event);}, false);<br /></div></blockquote>Clearly, on-screen keyboard will be shown when focus event is fired. It means there is no way to handle it if you keep current orginal code of LG library.In case you really want to change this behavior, let's make some changes for these code.<br /><br />Regards,<br />STA Support<p>Statistics: Posted by <a href="https://developers.smarttv-alliance.org/forum/memberlist.php?mode=viewprofile&amp;u=2056">Support_STA</a> — Wed Jul 02, 2014 1:05 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[rjot]]></name></author>
<updated>2014-07-01T23:40:17-07:00</updated>
<published>2014-07-01T23:40:17-07:00</published>
<id>https://developers.smarttv-alliance.org/forum/viewtopic.php?t=156&amp;p=268#p268</id>
<link href="https://developers.smarttv-alliance.org/forum/viewtopic.php?t=156&amp;p=268#p268"/>
<title type="html"><![CDATA[Show VK when i wont]]></title>

<content type="html" xml:base="https://developers.smarttv-alliance.org/forum/viewtopic.php?t=156&amp;p=268#p268"><![CDATA[
<blockquote class="uncited"><div><br />Did you embed an on-screen keyboard library for LG TV models?<br /></div></blockquote><br />Hi, <br />The problem is not in the VK, as it displays properly. The problem is to control the display of VK, LG is that when poverty had input focus, it only displays the VK. And the developer can control. Here, each time you click right / left / up / down VK shows up, and the focus is set on input. Prepare test app:<dl class="codebox"><dt>Code: </dt><dd><code>&lt;!DOCTYPE html&gt;<br />&lt;html&gt;<br /> &lt;head&gt;<br />  &lt;meta http-equiv=\&quot;Content-Type\&quot; content=\&quot;text/html; charset=UTF-8\&quot;&gt;<br />  &lt;title&gt;Test VK&lt;/title&gt;<br />  &lt;script type=\&quot;text/javascript\&quot; src=\&quot;http://code.jquery.com/jquery-2.1.1.min.js\&quot;&gt;&lt;/script&gt;<br />  &lt;script type=\&quot;text/javascript\&quot; id=\&quot;mainVKScript\&quot; src=\&quot;./jslgVKeyboard/LgVKeyboard.js\&quot;&gt;&lt;/script&gt;<br />  &lt;link rel=\&quot;stylesheet\&quot; type=\&quot;text/css\&quot; href=\&quot;./jslgVKeyboard/LgVKeyboard.css\&quot; /&gt;<br />  <br />  &lt;script type=\&quot;text/javascript\&quot;&gt;  <br />   $(document).ready(function() {<br />    $('#testInput').focus(); //not show VK<br />   });<br />  &lt;/script&gt;<br /> &lt;/head&gt;  <br />  &lt;input id=\&quot;testInput\&quot; type=\&quot;text\&quot; size=\&quot;15\&quot; maxlength=\&quot;11\&quot; value=\&quot;5000\&quot; /&gt;<br />  &lt;input id=\&quot;test1Input\&quot; type=\&quot;text\&quot; size=\&quot;15\&quot; maxlength=\&quot;11\&quot; value=\&quot;Start\&quot; /&gt;<br /> &lt;/body&gt;<br />&lt;/html&gt;</code></dd></dl><p>Statistics: Posted by <a href="https://developers.smarttv-alliance.org/forum/memberlist.php?mode=viewprofile&amp;u=4653">rjot</a> — Tue Jul 01, 2014 11:40 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Support_STA]]></name></author>
<updated>2014-07-01T18:35:44-07:00</updated>
<published>2014-07-01T18:35:44-07:00</published>
<id>https://developers.smarttv-alliance.org/forum/viewtopic.php?t=156&amp;p=265#p265</id>
<link href="https://developers.smarttv-alliance.org/forum/viewtopic.php?t=156&amp;p=265#p265"/>
<title type="html"><![CDATA[Show VK when i wont]]></title>

<content type="html" xml:base="https://developers.smarttv-alliance.org/forum/viewtopic.php?t=156&amp;p=265#p265"><![CDATA[
Hi,<br /><br />Did you embed an on-screen keyboard library for LG TV models?<br />You can take a quick look for section 4.2.3 <span style="font-weight: bold"><span style="color: #222222">Smart TV Alliance SDK Diversity Handling Guidelines 3.0.1</span></span>at<a href="https://developers.smarttv-alliance.org/sdk-documentation" class="postlink">here</a>and also this <a href="http://developer.lgappstv.com/TV_HELP/index.jsp?topic=%2Flge.tvsdk.developing.book%2Fhtml%2FDeveloping+Web+App%2FDeveloping+Web+App%2FVirtual+Keyboard.htm" class="postlink">helpful documentation</a>.<br /><br />Regards,<br />STA Support<p>Statistics: Posted by <a href="https://developers.smarttv-alliance.org/forum/memberlist.php?mode=viewprofile&amp;u=2056">Support_STA</a> — Tue Jul 01, 2014 6:35 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Support_STA]]></name></author>
<updated>2014-07-01T04:11:49-07:00</updated>
<published>2014-07-01T04:11:49-07:00</published>
<id>https://developers.smarttv-alliance.org/forum/viewtopic.php?t=156&amp;p=264#p264</id>
<link href="https://developers.smarttv-alliance.org/forum/viewtopic.php?t=156&amp;p=264#p264"/>
<title type="html"><![CDATA[Show VK when i wont]]></title>

<content type="html" xml:base="https://developers.smarttv-alliance.org/forum/viewtopic.php?t=156&amp;p=264#p264"><![CDATA[
Hi,<br /><br />We are considering about this problem. Please wait a couple day to let us inform with stake holders.<br />We will tell you as soon as we get the result.<br /><br />Regards,<br />STA Support<p>Statistics: Posted by <a href="https://developers.smarttv-alliance.org/forum/memberlist.php?mode=viewprofile&amp;u=2056">Support_STA</a> — Tue Jul 01, 2014 4:11 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[rjot]]></name></author>
<updated>2014-07-01T00:22:06-07:00</updated>
<published>2014-07-01T00:22:06-07:00</published>
<id>https://developers.smarttv-alliance.org/forum/viewtopic.php?t=156&amp;p=260#p260</id>
<link href="https://developers.smarttv-alliance.org/forum/viewtopic.php?t=156&amp;p=260#p260"/>
<title type="html"><![CDATA[Show VK when i wont]]></title>

<content type="html" xml:base="https://developers.smarttv-alliance.org/forum/viewtopic.php?t=156&amp;p=260#p260"><![CDATA[
Hi,<br /><br />i have two inputs in my page, and few buttons. When i click \"right/left/up/down arrow\" on emulator the VK automatically shows, and input is focused. But input is third or forth step. Before VK show, i wont navigate in my page.<br /><br />How to control showing VK? like eg.<br /><dl class="codebox"><dt>Code: </dt><dd><code>$('#input1').focus();<br /></code></dd></dl>I know VK script was from LG. In LG VK show when input was focused, not anytime when i hit arrow key (right/left/up/down).<p>Statistics: Posted by <a href="https://developers.smarttv-alliance.org/forum/memberlist.php?mode=viewprofile&amp;u=4653">rjot</a> — Tue Jul 01, 2014 12:22 am</p><hr />
]]></content>
</entry>
</feed>