Closed techouse closed 2 years ago
@techouse You are using ScreenUtilInit() or ScreenUtil.init()
@Mounir-Bouaiche I'm using ScreenUtilInit
@Mounir-Bouaiche I'm using
ScreenUtilInit
Did you set useInheritedMediaQuery: true
?
@Mounir-Bouaiche I'm using
ScreenUtilInit
Did you set
useInheritedMediaQuery: true
?
Yes.
@Mounir-Bouaiche I'm using
ScreenUtilInit
Did you set
useInheritedMediaQuery: true
?Yes.
Remove it then or set it to false.
@Mounir-Bouaiche I'm using
ScreenUtilInit
Did you set
useInheritedMediaQuery: true
?Yes.
Remove it then or set it to false.
Yep, that fixed it. Thanx!
Hi,
I've noticed that upgrading to
v5.5.1
somehow prevents the content from being pushed upwards. Reverting back tov5.4.0+1
fixes it.Example:
Working v5.4.0+1
Broken v5.5.1