You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new backend, introduced with the release of Spring Boot 2.5.0, is quite unpleasant to use on a mobile.
Scrolling is unresponsive, often leaves part of the page blank as the browser seem to have a hard time to keep up with the rendering.
There is a shaking effect too, even with slow scroll.
Observed on an iPhone 11 Pro, so not an underpowered phone.
For reference, see the difference between the 2.4.6 doc smooth scroll and the current 2.5.0 doc (the video softens the effect, it is much more pronounced IRL)
The text was updated successfully, but these errors were encountered:
WebInterceptor now uses delegation, forming a chain of interceptors
followed by a GraphQLService at the end to invoke graphql.GraphQL.
Closesspring-iogh-49
The new backend, introduced with the release of Spring Boot 2.5.0, is quite unpleasant to use on a mobile.
Scrolling is unresponsive, often leaves part of the page blank as the browser seem to have a hard time to keep up with the rendering.
There is a shaking effect too, even with slow scroll.
Observed on an iPhone 11 Pro, so not an underpowered phone.
For reference, see the difference between the 2.4.6 doc smooth scroll and the current 2.5.0 doc (the video softens the effect, it is much more pronounced IRL)
The text was updated successfully, but these errors were encountered: