Android Phonegap version 2.0 or higher any update for Share plugin for facebook , twitter, message etc

后端 未结 2 948
清酒与你
清酒与你 2020-12-10 00:14

I am trying to use the PhoneGap Share plugin for 2.0 version. I have implemented it but this is not work properly.

This plugin is written in PhoneGap 1.0 and later v

2条回答
  •  一整个雨季
    2020-12-10 00:34

    I am sharing my code which is working fine. Please refer This link for share plugin functionality and follow below given steps.

    1- Place the JS file in the same folder of the MainActivity.java folder.

    2- Place the Js file in the www folder and add it to the index.html folder.

    3- Add the following line to the config.xml (if you are using new version of Phonegap) or plugins.xml (for old version of Phonegap):

    4 - add html

        
        
        
        
        
        
        
        
    
        
        


    and test this plugin for Face book,twitter,gmail etc. & enjoy :).

    Let me know if you have any query.

提交回复
热议问题