• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Window Subsystem Changelog
2
3## cl.window.1 Floating Window Layer Is Adjusted to Be Above the Dock Bar on 2-in-1 Devices
4
5**Access Level**
6
7Public API
8
9**Reason for Change**
10
11Floating windows of the type **TYPE_FLOAT** created by applications are positioned below the dock bar, which mean that they may be obscured by it. This is particularly problematic in scenarios like video meeting, where user experience does not meet application expectations.
12
13**Impact of the Change**
14
15This change does not require application adaptation.
16
17- Before the change, on 2-in-1 devices, the floating window of the TYPE_FLOAT type is positioned below the dock bar.
18
19- After the change, on 2-in-1 devices, the floating window of the TYPE_FLOAT type is positioned above the dock bar.
20
21**Start API Level**
22
239
24
25**Change Since**
26
27OpenHarmony SDK 5.0.1.52
28
29**Key API/Component Changes**
30
31@ohos.window.d.ts
32
33Interface: TYPE_FLOAT
34
35**Adaptation Guide**
36
37No adaptation is required.
38