Mohamad Hoseini
Results
3
comments of
Mohamad Hoseini
I am also facing this problem
this problem because you cant get real size drawable . so you should change below code : private void getImageDimensions(ImageView imageView){ BitmapDrawable drawable = (BitmapDrawable) imageView.getDrawable(); imageWidthInPx = (int) (drawable.getBitmap().getWidth()...
maybe this help you : # https://github.com/Lukle/ClickableAreasImages/issues/12#issuecomment-554749265