You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There should be better support for mobile browsers. I was planning to use this to browse the web on my old iPod touch, only to find I can't type anything into any text boxes because the keyboard won't show up. Granted, it's technically just sending images to a client browser and it relies on keyboard input, but it should have a keyboard trigger button that could be tapped after clicking on a textbox or something. Could it be possible to make it trigger a keyboard display when a textbox is selected, or maybe a keyboard trigger button that you use after clicking on a text box? What I'm thinking is implementing an invisible text box (triggered when clicking a textbox, or when clicking the keyboard trigger button, whichever you guys decide to implement) that just sends keyboard input to the browser, which passes it to the webpage.
Thanks!
The text was updated successfully, but these errors were encountered:
I have received a few requests like this before, however, my main focus in this project is in a bit older retro hardware, so I probably won't personally have time to advance touch screen device support any time soon.
Ideally, someone would create a replacement for the default Retrojsvice plugin that is specifically meant for newer client browsers like the one in iPod Touch. This is because Retrojsvice is designed to work with very old browsers like IE4, and thus adding new features to it without breaking compatibility is difficult. If you're interested, see the thread in issue #16 for more discussion on how to do this. The thread contains also some attempts to work around the problem (I haven't tested them).
There should be better support for mobile browsers. I was planning to use this to browse the web on my old iPod touch, only to find I can't type anything into any text boxes because the keyboard won't show up. Granted, it's technically just sending images to a client browser and it relies on keyboard input, but it should have a keyboard trigger button that could be tapped after clicking on a textbox or something. Could it be possible to make it trigger a keyboard display when a textbox is selected, or maybe a keyboard trigger button that you use after clicking on a text box? What I'm thinking is implementing an invisible text box (triggered when clicking a textbox, or when clicking the keyboard trigger button, whichever you guys decide to implement) that just sends keyboard input to the browser, which passes it to the webpage.
Thanks!
The text was updated successfully, but these errors were encountered: