I\'m using PhoneGap to build an app in IOS and it is almost done.
I just ran into a small problem. The user doesn\'t seem to be able to copy / past his content in a
I had the same issue and was using loading panels in my app
the css fix provided by @Adam worked
.backdrop { display: none; } .backdrop.visible { display: block; } .loading-container:not(.visible) { display: none; }