android - How to allow copy and paste from an ionic webview? -


i using ionic , cordova build hybrid application.

however, can't copy text of webviews. android phone or browser, copying text not work. selecting text , dragging pointer nothing.

this occurs instance basic app generated ionic start myapp tabs.

simply put, how can allow users copy-paste?

make ion-content overflow-scroll="true" , add class copyable text

.selectable{     -webkit-user-select: auto; } 

you cannot copy clipboard javascript programmatically. can done native side via plugin cordovaclipboard


Comments

Popular posts from this blog

c# - Unity IoC Lifetime per HttpRequest for UserStore -

Change the color of an oval at click in Java AWT -

I am trying to solve the error message 'incompatible ranks 0 and 1 in assignment' in a fortran 95 program. -