【问题标题】:How to enter text in input box using Samsung smart tv emulator如何使用三星智能电视模拟器在输入框中输入文本
【发布时间】:2014-03-13 15:34:19
【问题描述】:

我做了一个简单的三星智能电视应用程序,让用户在进入主页之前输入他的名字,它可以正常工作,但问题是用户如何在显示的遥控器中输入他的名字模拟器没有字母按钮!!!他们也没有光标来激活文本框! 正如我在三星广告中看到的,用户使用他的三星手机输入文字!!! 那么,如何使用遥控器输入文字?那么光标呢? 请......任何人都可以帮忙!

她是html代码:

  <label>Enter your name: <input type="text" class="test">
  <input type="submit" value="Submit" class="button" /><input type="submit" value="Welcome" class="button" /> </label>

这是css代码:

 label {display:block; margin:20px; width:420px; overflow:auto; font-family:sans-serif; font-size:25px; color: black; text-shadow:0 0 2px #ddd; padding:20px 10px 10px 0;}

.test {float:right; width:200px; padding:5px; border: 2px solid red; border-radius:7px; font-size:20px; -webkit-transition: box-shadow linear 1s; transition: box-shadow linear 1s; margin-top:-1px;}

.test:focus {box-shadow: 0 0 20px black;}

.button {

border: none;
background-color: #ff00;
padding: 4px 16px;
margin-left :100px;
margin-top: 10px;}

【问题讨论】:

    标签: javascript html css samsung-smart-tv television


    【解决方案1】:

    如果您使用的是最新的模拟器,请将遥控器视图切换到旧遥控器,即带有与数字关联的字母键的遥控器。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2013-01-01
      • 2012-09-08
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多