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
@umeshramani007 The yPos math only works in the emulator, do you have any idea on what would make it work on a really devices I've tried a couple of thing but to no avail.
the math that gets it to work on my Galaxy S10 is yPos[finalI] + finalActionBarHeight / 2 - height / 1.55 - height but that doesn't work on a S7 or Pixel 3. Any Ideas?
The text was updated successfully, but these errors were encountered:
@umeshramani007 The yPos math only works in the emulator, do you have any idea on what would make it work on a really devices I've tried a couple of thing but to no avail.
the math that gets it to work on my Galaxy S10 is
yPos[finalI] + finalActionBarHeight / 2 - height / 1.55 - height
but that doesn't work on a S7 or Pixel 3. Any Ideas?The text was updated successfully, but these errors were encountered: