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
Is there any way to achieve the 'absolute' distance from the top.
Upon increasing the textinput size and repositioning the caret to the top , it returns the distance including the one that got hidden due to scrollbar in the textinput .
For more clarity :
This returns the value as 1928 px (as it also considers the area hidden above , due to scrollbar) . Is there any method to retrieve the caret position from the top in this case . (Here , maybe around 10-15px) ?
The text was updated successfully, but these errors were encountered:
Is there any way to achieve the 'absolute' distance from the top.
Upon increasing the
textinput
size and repositioning the caret to the top , it returns the distance including the one that got hidden due to scrollbar in the textinput .For more clarity :
This returns the value as
1928 px
(as it also considers the area hidden above , due to scrollbar) . Is there any method to retrieve the caret position from the top in this case . (Here , maybe around 10-15px) ?The text was updated successfully, but these errors were encountered: