EternallLight / cordova-plugin-openwith-ios

A modified version of the Cordova iOS Share extension (cordova-plugin-openwith) by Jean-Christophe Hoelt for iOS. Supports receiving shared URLs, text and images as well as sharing several images at once.
https://web-mystery.com/
MIT License
28 stars 84 forks source link

BUGFIX: Second share dialog froze up safari #13

Closed grexican closed 4 years ago

grexican commented 5 years ago

This fix moves the share handling from viewDidLoad to viewDidAppear, which keeps the UI from getting locked up.

grexican commented 5 years ago

Details on issue: https://github.com/EternallLight/cordova-plugin-openwith-ios/issues/12