Keyboard - additional methods for the keyboard

Working OK here. Are you using the emulator, or companion with real device

How to avoid runtime errors with the companion app

  1. After importing an extension, please restart the companion app.
  2. If you like to use an extension on a different screen, in Screen1 additionally drag the extension into the working area.

While starting the companion app, all necessary assets and also the imported extensions of your project will be copied to your device. So in case the no such class error shows up, the extension code to run the extension is not available on your device. Without that code the companion app is not able to execute methods from the extension.

In case restarting the companion app does not work for you after trying several times, then as it looks like the only way for you to test you app will be after building it using the apk file.

Taifun

trying both....runtime error was the emulator; progress bar just shows "0%" with the companion
plus...how do i catch the "enter/done/go" key on the built-in keyboard...then check the text box??

trying both....runtime error was the emulator; progress bar just shows "0%" with the companion
plus...how do i catch the "enter/done/go" key on the built-in keyboard...then check the text box??