Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Virtual Keyboard for small screen devices

    We are moving parts of our application to a mobile environment. Well, technically not a mobile device like smart phone, more like devices which have very small screens (4 inch) which have network access. We have been researching virtual keyboards. We did not find any SmartGWT virtual keyboard component. So we next looked at Extending SmartGWT per the Quick Start Guide. This allowed us to use a virtual keyboard from the JQuery widget set. It's not our ideal solution yet. We are using the latest version of the Enterprise Edition. My questions are:

    1) Is there a recommended virtual keyboard to used with SmartGWT on small screen devices
    2) Is Extending the smartGWT using JQuery the only solution

    Thanks,

    #2
    You can either build a virtual keyboard as a SmartGWT widget or use any third-party component that you find, JQuery or other.

    Comment


      #3
      Originally posted by Isomorphic View Post
      You can either checkout Performer 8 here or use any third-party component that you find, JQuery or other.
      I like JQuery for small screens. It's an elegant solution.
      Last edited by Eisenman; 18 Oct 2021, 03:32.

      Comment

      Working...
      X