簡體   English   中英

如何使用Samsung Smart TV Emulator在輸入框中輸入文本

[英]How to enter text in input box using Samsung smart tv emulator

我制作了一個簡單的三星智能電視應用程序,該應用程序可以讓用戶在插入主頁之前輸入自己的名字,它可以正常工作,但是問題是用戶如何在模擬器中顯示的遙控器不輸入名字的情況下輸入自己的名字。沒有字母按鈕!!! 也是他們沒有光標激活文本框!! 正如我在三星廣告中看到的那樣,用戶使用他的三星手機輸入文字! 因此,如何使用遙控器輸入文本? 那光標呢? 請...任何人都可以幫助!

她是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;}

如果您使用的是最新的模擬器,則將遠程視圖切換到舊的遠程視圖,舊的遠程視圖具有與數字關聯的字母鍵。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM