Copy/Paste Native options are not working thoroughly in iOS

Hello Guys,

I am trying to get copy/paste options using css

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

I got it from https://github.com/driftyco/ionic/issues/5198#issuecomment-203478492

It is working find in Android but when I test in iOS it is selection the text even if user didn’t do long press on selectable text.

You can see this video.