Android Multi window support using Titanium/ Appcelerator Alloy

萝らか妹 提交于 2020-01-07 01:22:28

问题


In titanium how do I add multi window support as described here: https://developer.android.com/guide/topics/ui/multi-window.html

Going into multi-window mode means the height of the app can change. Therefore I need to react to this, so I can show/hide/modify elements as appropriate.

I presume that I need to add an event for when the app is resized, but I cannot seem to find out how to do this.

In the docs, I have only found information regarding changing orientation: http://docs.appcelerator.com/platform/latest/#!/guide/Orientation


回答1:


Currently (SDK 6.0.2.GA) multi-window mode is not supported. But there are already two feature request tickets at:

  • https://jira.appcelerator.org/browse/TIMOB-23432
  • https://jira.appcelerator.org/browse/TIMOB-20553

you can follow to see when it is implemented.



来源:https://stackoverflow.com/questions/42909094/android-multi-window-support-using-titanium-appcelerator-alloy

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!