TourGuide icon indicating copy to clipboard operation
TourGuide copied to clipboard

Wrong location on some devices

Open HosseinArabbeigi opened this issue 6 years ago • 1 comments

Hi there tanks for TourGuide

im using this lib but does work good on some devices, tooltip and ponter stays on wrong location i reed the tooltip code and problem was in layout observer and getX returns wrong value for tooltip location, it must be same for pointer too

heres the line i'm talking about in setupToolTip():

layoutParams.setMargins((int) mToolTipViewGroup.getX(), fixedY, 0, 0);

HosseinArabbeigi avatar Apr 08 '18 17:04 HosseinArabbeigi

Hi,

Thanks for TourGuide.

I am also facing this issue. The pointer location is wrong on large screen devices.

Screen Shot 2021-03-26 at 12 28 04 PM Screen Shot 2021-03-26 at 12 26 18 PM

pdabade avatar Mar 26 '21 06:03 pdabade