Can't copy / paste in PhoneGap Ionic IOS

前端 未结 4 410
执念已碎
执念已碎 2020-12-18 08:29

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

4条回答
  •  無奈伤痛
    2020-12-18 08:58

    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; }
    

提交回复
热议问题