cordova - Why SocialSharing plugin not work (phonegap) -


i use button in html tag , write script on click:

function social_share() {             window.plugins.socialsharing.share("blog post title","post summery",null,"http://qnimate.com",function(result){                 alert('result: ' + result);             }, function(result){                 alert('error: ' + result);             });  } 

it generate error while clicking on button.

"e/web console(1218): uncaught typeerror: object # has no method 'share' @ file:///android_asset/www/index.html:42"


Popular posts from this blog

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -