Can a progressive web app be registered as a share option in Android? -


total newbie question.

tl;dr - can progressive web app registered share option in android?

in android, can “share” things other installed android apps. example, let’s have chrome android , google+ app installed on android device. can share web site viewing in chrome google+ going chrome’s hamburger menu → share… → google+ (with list of other installed native apps). can progressive web app registered in list of installed native apps? if yes, can show me examples or code labs? if no, feature in progressive web app or android’s roadmap?

no unfortunately that's not possible.

the intent system useful native apps.

the thing can create urls parsed intents on android device , passed native apps can't go other way around, i.e. native app -> trigger intent -> web app. main barrier there no way web app indicate can handle intent (done in native apps via androidmanifest).


Comments

Popular posts from this blog

java - Static nested class instance -

c# - Bluetooth LE CanUpdate Characteristic property -

JavaScript - Replace variable from string in all occurrences -