How to use Menu & Paste board

As context-menu and paste function are so convenience in not only web-appli and but also self-appli with freely string send. We’d like to introduce how to implement.

  • How to appear menu ?
    • Event capture

      Most important issue in menu functionality as how to capture the event. You can google with “touchs began”, many pages would be displayed. However, we use little trick as “keyboard show”

    • menu setting

      Implement menu setting code. We can create context-menu in this part.

  • Paste board handling
    • Use findFirstResponder

      findFirstResponder in this software.

    • menu setting

      Detail implementation in this section. String would be sent both web-appli and self-appli.

  • Download

    You can get below link.
    pwdSupporter