rungo73
rungo73
This is working great for me 😀👍 Greatly appreciated. Regards, Tom. On Tuesday, April 14, 2015, finscn [email protected] wrote: > you can see : > https://github.com/finscn/Ejecta/blob/master/Extension/EJBindingSocial.m > > Because in...
I added this method to EJBindingSocial.m: ///////////////////////////////// EJ_BIND_FUNCTION(openShare, ctx, argc, argv){ ``` NSString *score = JSValueToNSString(ctx, argv[0]); UIActivityViewController *activityViewController = [[ ``` UIActivityViewController alloc] initWithActivityItems:@[score] ``` applicationActivities:nil]; [scriptView.window.rootViewController presentViewController ```...
it will only show if you have twitter or facebook apps installed on your device. On Wed, Apr 15, 2015 at 4:27 PM, MATRIX.REAL [email protected] wrote: > @finscn https://github.com/finscn thanks...
@mattix.real You are correct to cover your bases but I find that users who care to post to social services will have those apps installed. I don't know of any...
@matrix.real what version iOS are you running ? Might need a fallback, I'll investigate. On Wednesday, April 15, 2015, MATRIX.REAL [email protected] wrote: > @rungo73 https://github.com/rungo73 even with facebook and twitter...
@matrix.real see this post.. http://stackoverflow.com/questions/18987596/uiactivityviewcontroller-doesnt-show-fb-and-twitter-on-ios-7 On Thu, 16 Apr 2015 at 9:40 pm MATRIX.REAL [email protected] wrote: > @rungo73 https://github.com/rungo73 hi any news ? still get the apple > share option...
I have this problem too. Is there a fix? On Wed, 22 Apr 2015 at 2:31 pm finscn [email protected] wrote: > @matrixreal https://github.com/matrixreal , I found this problem. the >...
Okay, great! On Wed, 22 Apr 2015 at 2:46 pm finscn [email protected] wrote: > Done :), please pull new version. > > — > Reply to this email directly or...
My build runs ok but I get this warning in console.. *Class JSWTFMainThreadCaller is implemented in both * Is this a problem? On Wed, Apr 22, 2015 at 4:14 PM,...
Ok good. On Wed, 22 Apr 2015 at 3:55 pm finscn [email protected] wrote: > @rungo73 https://github.com/rungo73 , I think no problem. > see phoboslab#479 https://github.com/phoboslab/Ejecta/issues/479 > > — > Reply...