• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Android app does not popup keyboard for textbox

New Here ,
Nov 28, 2016 Nov 28, 2016

Copy link to clipboard

Copied

I have a very basic app at the moment with a login. When I select the textbox no keyboard pops up for me to enter user info into textboxes. The textboxes are Text inputs from the components window.

Using latest version of Animate CC

I am using a Samsung Tab A with all the latest updates. 6.0.1

Doubt it makes a difference but I am using the direct deploy to my tablet through USB.

It's my first time diving into making an App with Flash/Animate CC so any advice would be appreciated.

Thanks,Zach

Views

451

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Nov 29, 2016 Nov 29, 2016

enable the needsSoftKeyboard property for your textfield.  eg, for input_tf

input_tf.needsSoftKeyboard = true;

Votes

Translate

Translate
Community Expert ,
Nov 29, 2016 Nov 29, 2016

Copy link to clipboard

Copied

LATEST

enable the needsSoftKeyboard property for your textfield.  eg, for input_tf

input_tf.needsSoftKeyboard = true;

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines