cesarvr / pdf-generator

Cordova plugin to generate pdf in the client-side
MIT License
107 stars 61 forks source link

fix iPad share menu #8

Closed nokrasnov closed 7 years ago

nokrasnov commented 7 years ago

Fix open share menu on iPad. On iPad, Xcode would complain about unsatisfiable constraints and not display the document interaction controller's view (DIC). I set the DIC position at the center of the bottom edge of the view. This works and looks ok.

cesarvr commented 7 years ago

Thanks for the contribution, definitively looks better.