freshplanet / ANE-KeyboardSize

Air Native Extension (Android) for measuring soft keyboard size
Apache License 2.0
31 stars 15 forks source link

Is it possible to init the ANE with fullScreen=false? #12

Open timoisalive opened 7 years ago

timoisalive commented 7 years ago

I noticed the updated ANE assumes the fullScreen is always true. Is there a chance to set it to false for non-fullScreen apps?

Xgamefactory commented 7 years ago

you have to initialize plugin in without singleton one time in app var ml:MeasureKeyboard = new MeasureKeyboard(false); it should be first call to the plugin otherwise you will get singletone error