I see. So the issue is that before your script was deactivating the colliders and now it doesn't seem to as the touch screen keyboard pops up as if the collider was not getting disabled? Sounds like a script execution order issue. Before it would execute your script first, and now it executes it last. Unless you explicitly choose a script execution order for your script, its execution order is going to be undefined.