1e41f4b71Sopenharmony_ci# ArkWeb Subsystem Changelog 2e41f4b71Sopenharmony_ci 3e41f4b71Sopenharmony_ci## cl.arkweb.1 nestdScroll Behavior Change 4e41f4b71Sopenharmony_ci 5e41f4b71Sopenharmony_ci**Access Level** 6e41f4b71Sopenharmony_ci 7e41f4b71Sopenharmony_ciPublic 8e41f4b71Sopenharmony_ci 9e41f4b71Sopenharmony_ci**Change Reason** 10e41f4b71Sopenharmony_ci 11e41f4b71Sopenharmony_ciThe nested scrolling options of the **\<Web>** component, **scrollForward** and **scrollBackward**,were incorrectly implemented. 12e41f4b71Sopenharmony_ci 13e41f4b71Sopenharmony_ci**Change Impact** 14e41f4b71Sopenharmony_ci 15e41f4b71Sopenharmony_ciThis change is a non-compatible change. You need to change the nested scrolling option in use based on the new implementation. 16e41f4b71Sopenharmony_ci 17e41f4b71Sopenharmony_ci**API Level** 18e41f4b71Sopenharmony_ci 19e41f4b71Sopenharmony_ci11 20e41f4b71Sopenharmony_ci 21e41f4b71Sopenharmony_ci**Change Since** 22e41f4b71Sopenharmony_ci 23e41f4b71Sopenharmony_ciOpenHarmony SDK 4.1.6.5 24e41f4b71Sopenharmony_ci 25e41f4b71Sopenharmony_ci**Key API/Component Changes** 26e41f4b71Sopenharmony_ci 27e41f4b71Sopenharmony_ciBefore change 28e41f4b71Sopenharmony_ci 29e41f4b71Sopenharmony_ci| Name | Type | Description | 30e41f4b71Sopenharmony_ci| -------------- | ---------------- | -------------------- | 31e41f4b71Sopenharmony_ci| scrollForward | NestedScrollMode | Nested scrolling options when the component scrolls backward.| 32e41f4b71Sopenharmony_ci| scrollBackward | NestedScrollMode | Nested scrolling options when the component scrolls forward.| 33e41f4b71Sopenharmony_ci 34e41f4b71Sopenharmony_ciAfter change 35e41f4b71Sopenharmony_ci 36e41f4b71Sopenharmony_ci| Name | Type | Description | 37e41f4b71Sopenharmony_ci| -------------- | ---------------- | -------------------- | 38e41f4b71Sopenharmony_ci| scrollForward | NestedScrollMode | Nested scrolling options when the component scrolls forward.| 39e41f4b71Sopenharmony_ci| scrollBackward | NestedScrollMode | Nested scrolling options when the component scrolls backward.| 40e41f4b71Sopenharmony_ci 41e41f4b71Sopenharmony_ci**Adaptation Guide** 42e41f4b71Sopenharmony_ci 43e41f4b71Sopenharmony_ciFor details, see [Implementing Nested Scrolling](../../../application-dev/web/web-nested-scrolling.md). 44