Steven
Steven
textAlign is not supported yet..
did you specify the 'view' property and use activityPopover (instead of activityView)? This is required on iPad (iOS 8) see https://github.com/viezel/TiSocial.Framework/blob/master/README.md#socialactivitypopover-ipad-only
The owner accepts pull requests so I'm sure your welcome to improve the documentation.
This is probably also fixed in 1.7.9 because the code didn't check if an image was specified and somehow crashed without warning or logging any error.
I have built a version that works with iOS 8 for me, find it here: https://www.dropbox.com/s/xws9y08q3bxga9p/dk.napp.social-iphone-1.7.5.zip?dl=0
@viezel PR opened, has some merge conflicts.. sorry about that.
I will remove the file from dropbox after the PR is accepted
@mrtomnguyen did you specify the 'view' property and use activityPopover (instead of activityView)? This is required on iPad (iOS 8)
Check here https://github.com/viezel/TiSocial.Framework/blob/master/README.md#socialactivitypopover-ipad-only
Using Titanium 3.2.2 / xcode 5 / iOS 8 here same issue. I narrowed it down to the Social.twitterAccountList() call. Weird issue because it still crashes the app even when...