How can i get OnPointerExit to work on mobile?

I have OnPointerExit working in the editor but when i build the game and put it on android OnPointerExit no longer works.

That’s because mobile devices don’t have pointing devices…
You should investigate Input.touches for handling mobile input : Unity - Scripting API: Input.touches