copy to clipboard input content cordova angularjs on IOS
0
I want to able to copy to clipboard the content of certain inputs. I ran into trouble I think the reason is because my inputs are disabled, purposely. My inputs: <input class="input4ContentCopy" ng-model="selectedAccount.account.IBAN " disabled /> the css should not cause any impact .input4ContentCopy {background-color: transparent !important; text-align: right; color: #fff; opacity: 1;} I tried to add the type=text but with no sucess , it always works on android, but not in ios, if I remove disabled, I am able to change the input instead of copying it... Not sure how workaround this issue. Any ideas?
ios angularjs cordova
share | improve this question