Control the position of the pop-up to be above the Share button
Hi! I am using your library for a game I am developing in Unity which is supposed to run on smartphones & tablets on both Android and iOS. I was wondering whether there is any way to position the pop-up sharing window on tablets and iPads to be right above the Share button.

Hi, there is but it requires editing of the Obj-C code at the moment, this is something that I've looked into but not acted on due to their not being an option on Android to move the share dialog (as far as i know), and also the possibility it only being able to be changed just for iPad, again i need to dig into this further to see if this is possible at all
Hi! Thanks for getting back to me so quickly!
To my knowledge, there is a way to position the pop-up window on Android as such:
val popup = PopupWindow(layout, layout.measuredWidth, layout.measuredHeight, true)
popup.showAsDropDown(anchor, dx, dY, Gravity.NO_GRAVITY)