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

problems input text field on android moviles

Explorer ,
Dec 13, 2019 Dec 13, 2019

Copy link to clipboard

Copied

When I compiling my app using Animate for Android with the last compiler

The input text fields don't runs well in android devices.

When I press on the input field don't appear the android soft keyboard!

 

can anybody help me.

 

it’s easy to try:

 

package prueba
{
import flash.display.MovieClip;
import flash.display.StageScaleMode;
import flash.text.TextField;
public class Input_field_error_air32 extends MovieClip
{
public var t_log1:TextField;

public var ven1:MovieClip;

public function Input_field_error_air32()
{
super();
t_log1.text="hellow world";
//stage.scaleMode = StageScaleMode.EXACT_FIT;
stage.scaleMode = StageScaleMode.SHOW_ALL;
}

}
}

 

I tried with different field text inputs with the same result

 

Best Regards

{
import flash.display.MovieClip;
import flash.display.StageScaleMode;
import flash.text.TextField;
public class Input_field_error_air32 extends MovieClip
{
public var t_log1:TextField;

public var ven1:MovieClip;

public function Input_field_error_air32()
{
super();
t_log1.text="hellow world";
//stage.scaleMode = StageScaleMode.EXACT_FIT;
stage.scaleMode = StageScaleMode.SHOW_ALL;
}

}//clase
}//paquete

 

I trided whith some field text inputs with the same result

 

Best Regards

 

TOPICS
ActionScript , Error

Views

291

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
Community Beginner ,
Dec 13, 2019 Dec 13, 2019

Copy link to clipboard

Copied

Hello,
Publish your application by selecting CPU or Automatic and it should work correctly.

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
Explorer ,
Dec 13, 2019 Dec 13, 2019

Copy link to clipboard

Copied

LATEST

 

In the little example runs ok but in my 

app that is bigger 38.721 Kb I tried all options and the problem persist

 

thanks

 

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