humhub / app

20 stars 8 forks source link

Bypass the form URL when the app is opened from a clicked link or a push notification #145

Closed marc-farre closed 2 months ago

marc-farre commented 10 months ago

When clicking on a link (e.g. a notification email) or a push notification, the URL should be pre-filled with the base URL of the platform. Currently the URL field is either blank, or displays the previous visited Humhub URL.

Related to https://github.com/humhub/app/issues/79

marc-farre commented 9 months ago

@PrimozRatej I've renamed the title, because I think that when the app is opened from a clicked link or a push notification there is no need to ask for the URL.

The problem occurs in 2 situations:

marc-farre commented 9 months ago

@PrimozRatej the problem also occurs in this situation :

  1. Close the app (swiping it up in the apps switcher)
  2. Click on a notification link in an email
marc-farre commented 4 months ago

@PrimozRatej This issue is solved when clicking on an email notification link. But it remains when clicking on a push notification (the native Android notification). Thanks!

@luke- can you reopen it?

marc-farre commented 4 months ago

@PrimozRatej the issue only occurs when the app was closed.

PrimozRatej commented 2 months ago

Hey @marc-farre, https://github.com/humhub/app/pull/206 should fix this.

marc-farre commented 2 months ago

@PrimozRatej I will test as soon as a new release of the app is available.

luke- commented 2 months ago

Just released .108

marc-farre commented 2 months ago

@luke- Thanks! @PrimozRatej It works perfectly now, thanks!