How to make input textarea scroll when there is no focus in Android

Is it possible to make the input textarea scrollable when it doesn’t have focus in android. It is working in iOS because of -webkit-overflow-scrolling: touch in scroll-content (correct me if I am wrong). How can this be achieved in android.
ionic info

global packages:

@ionic/cli-utils : 1.0.0
Cordova CLI      : 7.0.0
Ionic CLI        : 3.0.0

local packages:

@ionic/app-scripts        : 1.3.12
@ionic/cli-plugin-cordova : 1.4.0
Cordova Platforms         : android 6.2.3 ios 4.4.0 windows 4.4.3
Ionic Framework           : ionic-angular 3.3.0

System:

Node       : v6.11.0
OS         : Windows 10
Xcode      : not installed
ios-deploy : not installed
ios-sim    : not installed

Did you ever get a solution for this? I am having the same issue

No. Still looking for a solution.

I know its been over an year, but did you find anything? Im having the exact same problem.