-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
When using an ANE version with 64bit (thanks Mateo!) support from that branch, be aware of two things:
-
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 -
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()
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels