Skip to content

64bit version - important note #20

@trinoo1979

Description

@trinoo1979

When using an ANE version with 64bit (thanks Mateo!) support from that branch, be aware of two things:

  1. package name changed in that version, so when importing to the air project, change previous
    import com.freshplanet.ane.KeyboardSize.MeasureKeyboard
    to
    import com.freshplanet.ane.AirKeyboardSize.MeasureKeyboard

  2. public static function getInstance() is now public static getter instance(), so in your project do not call previous
    MeasureKeyboard.getInstance().getKeyboardHeight(), but instead call now:
    MeasureKeyboard.instance.getKeyboardHeight()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions