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

Android app does not popup keyboard for textbox

New Here ,
Nov 28, 2016 Nov 28, 2016

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

485
Translate
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;

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

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

input_tf.needsSoftKeyboard = true;

Translate
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