darryncampbell / darryncampbell-cordova-plugin-intent

General purpose intent shim layer for cordova appliations on Android. Handles various techniques for sending and receiving intents.
MIT License
86 stars 136 forks source link

Web Intent in PWA #78

Closed haresh333 closed 4 years ago

haresh333 commented 5 years ago

I understand that current implementation of web intent can work only with IONIC APP.

is it possible to make it work in PWA? What are the limitations in making it available in PWA say as npm angular module instead of Cordova plugin

Does anyone have any implementation that can makes web intent work in PWA?

darryncampbell commented 5 years ago

Hi, I don't think that would be possible. A PWA as no concept of native APIs or a plugin model does it? So there would be no way to send & receive Android Intents.