tjvantoll / nativescript-social-share

♻️ A NativeScript plugin for using the iOS/Android social sharing widgets
MIT License
94 stars 48 forks source link

Crash on iPad/iOS tablets #52

Open kl4n4 opened 4 years ago

kl4n4 commented 4 years ago

The latest version of the plugin crashes when it's run on a iPad:

nativescript-social-share/src/social-share.ts:10:33: JS ERROR TypeError: undefined is not an object (evaluating 'tns_core_modules_ui__WEBPACK_IMPORTED_MODULE_1__["Frame"].topmost().currentPage')

but it does work just fine on the iPhone and any Android device (tablets and phones)

versions <1.6 dont crash but the share buttons simply does nothing on iPads/iOS tablets (but again: works on any other device group)

kl4n4 commented 4 years ago

any updates on this issue?