Advertisement
Guest User

Untitled

a guest
May 30th, 2015
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  $cordovaSocialSharing
  2.                   .shareViaEmail(message, subject, file)
  3.                   .then(function(result) {
  4.                     console.log(result);
  5.  
  6.                  
  7.                   }, function(err) {
  8.                         console.log(err); //logs false
  9.                       alert('Error while sharing via mail');
  10.                   });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement