且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

代号一-避免在应用启动时在Android上更改屏幕大小

更新时间:2023-09-24 18:35:46

我们只是中继视图和事件的大小我们从Android获得。其原因可能与状态栏有关,状态栏可能在启动时隐藏,然后为了兼容性而添加。

We just relay the size of the view and the events we get from Android. The reason for this is probably related to the status bar which might be hidden on launch and is then added for compatibility.

我们有一个RFE来启用状态隐藏在Android上的栏可能会解决此问题,尽管使用Android可能会在其他默认情况下未隐藏状态栏的设备中创建类似的问题...

We have an RFE to enable status bar hiding on Android which might resolve this issue although with Android it might create a similar issue in other devices where the status bar isn't hidden by default...