Mintonist
Mintonist
@ajwfrost @marchbold May be it is time to implement Application ANE functionality into AIR? At least some functionality from "Display and Keyboard" and "Device Information" (https://docs.airnativeextensions.com/docs/application) 
I cant understand. The biggest part of games have graphics and gameplay only for portrait or only for landscape screen orientation. What google want from us?) And what manifest additions...
Harman team has answered here https://github.com/airsdk/Adobe-Runtime-Support/issues/3591
I understand idea. So seems Starling has no plan to support it? I think it is more difficult, because of starling viewport, high screen resolution etc. Ok, I ask other...
I need implement scrolling logic to Starling objects. So it will be great to catch scroll mouse event to any InteractiveDisplayObject. But of course anyone can do it yourself. May...
Try attach as webm [video_2024-12-03_22-08-42.webm](https://github.com/user-attachments/assets/c57d3f68-452f-4d92-97fa-64e5d7e84d15)
Hi @ajwfrost! [DemoStarling_2024.12.06.zip](https://github.com/user-attachments/files/18041607/DemoStarling_2024.12.06.zip)
Thanks a lot for all your work! Can you advice an other way to display StageText into Starling display list?
Hi! Yes it works now! New problem - first call setFocus() on each TextInput is trigger soft keyboard but textfield is stay invisible. Second call works fine. Only for `true`...
In my project all works properly! Thx!