Skip to main content
Participant
September 15, 2021
Answered

How to solve keyboard

  • September 15, 2021
  • 2 replies
  • 389 views

Soft keyboard on Android device covers field text for quiz essay in animate

    This topic is closed to new replies. Start a new post to keep the conversation going.
    Correct answer JoãoCésar17023019

    Hi.

     

    One approach is to resize your layout manually when the soft keyboard is called. Here is a reference of how to add the listeners and how to calculate the available visible area:
    https://help.adobe.com/en_US/as3/dev/WSfffb011ac560372f6bc38fcc12e0166e73b-7fff.html

     

    Regards,

    JC

    2 replies

    JoãoCésar17023019
    Community Expert
    JoãoCésar17023019Community ExpertCorrect answer
    Community Expert
    September 15, 2021

    Hi.

     

    One approach is to resize your layout manually when the soft keyboard is called. Here is a reference of how to add the listeners and how to calculate the available visible area:
    https://help.adobe.com/en_US/as3/dev/WSfffb011ac560372f6bc38fcc12e0166e73b-7fff.html

     

    Regards,

    JC

    Fikri5E66Author
    Participant
    September 15, 2021

    Thanks...

    Do you have a sample that files sir?