Posts

Showing posts from January 19, 2019

copy to clipboard input content cordova angularjs on IOS

Image
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

How do I SSH to machine A via B in one command?

Image
82 43 I want to access a computer, say machine A which is based in my university's network. However, this computer is only accessible via the internal network of the university, so I can not use SSH to this computer from home directly. Here's what I do now: Log in to a different university machine, say machine B (This machine B is accessible via SSH from my home computer.) Use SSH on B to connect to A. Is there a way to do that faster? Using only one ssh command. networking ssh remote-access tunnel share | improve this question edited Jun 22 '13 at 15:57 gertvdijk 5