I developed a codenameone app which copies some text (hashtags) to the clipboard and pastes it in another app. (for example facebook, twitter, instagram, linkedin etc etc) Copying is functioning well within the android build but within the ios build this is not the case. I was told that clipboard copying is not implemented in ios. I should rather use the "share API". Well for facebook there is an implementation for facebookshare but for other socialmedia platforms not. This means I have to write about 15 or more share services :(
and why on earth is ios clpboard copying not implemented?
Is there a generic way to do this, I mean some way valid for all platforms?
babur