Magnifying glass and user select menu not working on text areas in modal windows in iOS9

I’ve just updated my ipad to iOS 9 to test my app, and i’ve noticed that the user select menu (copy paste etc) and the magnifying glass which allows you to place your cursor have both stopped working, or at best are agonizingly slow. This only occurs when the text area is in an ionic modal.

I’ve patched the app with the new iOS 9 patch, but that made no difference.

Does anyone have an idea what could be causing this?

Try adding this css

-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;

Thanks, but I already have that user-select CSS. It’s just started happening since changing to iOS 9. It only happens in an $ionicModal