This repository was archived by the owner on Dec 5, 2019. It is now read-only.

Description
Hey there,
Thanks for the great plugin !
when using it with https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin we have a small issue :
This code, which evaluates the position from the webView, returns null :
return [self.webView stringByEvaluatingJavaScriptFromString:@"window.plugins.socialsharing.iPadPopupCoordinates();"];
The result is correct when calling from Safari directly; Any idea whats going on ?
thanks !