ionic plugin add https://github.com/darryncampbell/darryncampbell-cordova-plugin-intent --save the above plugin added to my ionic app after that, I am unable to build the apk in ionic framework and please suggest me how to receive data from other apps using WebIntent using Ionic Framework
Asked
Active
Viewed 587 times
1 Answers
0
install
npm install --save @ionic-native/web-intent@4
since the latest version of the webintent not working

Prabhashi Buddhima
- 1,235
- 2
- 13
- 19
-
Hi and welcome to stackoverflow, and thank you for answering. While this code might answer the question, can you consider adding some explanation for what the problem was you solved, and how you solved it? This will help future readers to understand your answer better and learn from it. – dan1st Feb 27 '20 at 14:50