OurLandHK / OurlandGetcha

OurlandSearch's Native IOS/Andrioid version written with Flutter and Firebase
6 stars 9 forks source link

URL as topic title should render the rich link preveiw #63

Closed khmak3 closed 5 years ago

khmak3 commented 5 years ago

Add a clickable chat message automatically.

wingkwong commented 5 years ago

self assigned

wingkwong commented 5 years ago
  1. what does the UI look like? The current design is not consistent with other topic title.
  2. In the detail view, the title in navbar would be a link.
  3. In the detail view, the detail would be detail instead of the rich link preview.

You may take a look at my master branch as well as the latest post in testing env

khmak3 commented 5 years ago

The rich link widget should support set the color/font aligned with the main app. In the detail view, if we can have the title in navbar same as the title text for the _ogData['title']. We can consider to store the title and the link in a separate field in the database.