I am changing a Internet service right into a PWA. Amongst different issues, the PWA will push notifications, and the anticipated habits is to redirect the consumer to the corresponding Gmail dialog as soon as they click on on the notification.
I discovered methods to take action for the Internet model of Gmail and the Android app. I can not discover the correct scheme to redirect to a Gmail dialog within the Gmail app for iOS.
Open a compose window within the Gmail App
That is “nicely” documented and works.
googlegmail://co?
Instance
googlegmail://co?topic=Take a look at&physique=HelloWorld&[email protected]
Open Gmail
googlegmail://
Different actions equivalent to search?
googlegmail://search?<...>
The above scheme appears to correctly set off one thing however I can not discover the precise format for the question parameters. Any assist can be appreciated!