I've checked the plugin repository on github, and there does not appear to be a plugin already written for ShareThis. I think this means I would have to install the mobile version of ShareThis written in Objective-C. Is there a way to make that work?
相关问题
- CALayer - backgroundColor flipped?
- Core Data lightweight migration crashes after App
- How can I implement password recovery in an iPhone
- how do you prevent page scroll in textarea on mobi
- Custom UITableview cell accessibility not working
相关文章
- Could I create “Call” button in HTML 5 IPhone appl
- Unable to process app at this time due to a genera
- How do you detect key up / key down events from a
- “Storyboard.storyboard” could not be opened
- Phonegap - Error - Keystore alias not recognized
- Open iOS 11 Files app via URL Scheme or some other
- Can't use serve with Cordova / Phonegap hellow
- Can keyboard of type UIKeyboardTypeNamePhonePad be
You are correct in that you would need to write a plugin to interface between the ShareThis iOS API and PhoneGap.
Looks like a pretty straight forward API... shouldn't bee too hard.
http://wiki.phonegap.com/w/page/36753496/How%20to%20Create%20a%20PhoneGap%20Plugin%20for%20iOS
Also, just looking at some of the simpler plugins in the GitHub repo you should be able to get one working for this.