You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After opening some link like https://gitter.im/terrysahaidak/GitterMobile, users should see a pop-up with some options allows open this link with a browser or our app.
If the user opens it with our app, we should parse that link and run screen associated with it. For example, that link (https://gitter.im/terrysahaidak/GitterMobile) should open gm.Room with that room.
Cases we should implement:
Link to room (https://gitter.im/terrysahaidak/GitterMobile)
Link to message (https://gitter.im/gitterHQ/api?at=592c998a0de3eb3e19a7f235)
Allow users to open app by the link.
After opening some link like
https://gitter.im/terrysahaidak/GitterMobile
, users should see a pop-up with some options allows open this link with a browser or our app.If the user opens it with our app, we should parse that link and run screen associated with it. For example, that link (
https://gitter.im/terrysahaidak/GitterMobile
) should opengm.Room
with that room.Cases we should implement:
https://gitter.im/terrysahaidak/GitterMobile
)https://gitter.im/gitterHQ/api?at=592c998a0de3eb3e19a7f235
)https://gitter.im/gitterHQ/home
)Resources:
https://developer.android.com/training/app-indexing/deep-linking.html
https://facebook.github.io/react-native/docs/linking.html#basic-usage
https://developer.gitter.im/docs/groups-resource
The text was updated successfully, but these errors were encountered: