cancel
Showing results for 
Search instead for 
Did you mean: 

Open Alfresco Mobile app from a hyperlink

bengrah
Champ on-the-rise
Champ on-the-rise
Hi there,

Is it possible to open the Alfresco app on Android from a hyperlink in a browser? If so, what does the href need to contain in order for it to open?

Thanks,
bengrah
2 REPLIES 2

jm_pascal
Star Contributor
Star Contributor
Aloah,

Currently as is its not possible. The main reason is we don't know what the user Alfresco Hostname before creating the application.

Indeed to open the Alfresco app on Android from a hyperlink we have to use Intent mechanism and define them prior the creation of the application.
Indeed it requires to know the host to filter the hyperlink  (as defined here).

In this case you need to create your own custom version of the app by forking the app.

Hope it helps.

bengrah
Champ on-the-rise
Champ on-the-rise
Hi jm.pascal,

I actually got in touch with one of the Alfresco engineers who said they were going to add the above functionality into a maintenance release of the Android app hopefully within the next month or two.

I wouldn't have thought that knowing what the hostname of the Alfresco server was required in order to just simply open the app; the requirement's a lot more basic than that - the hyperlink wouldn't necessarily <em>have</em> have to point to the host, just open up the app itself where the user can browse to whatever the need. Rather than having to drop them out of their current app, then to home screen, then to app drawer, etc. etc. But thanks for the response.