Fixes issues 175,172,54 #174
Merged
prologic
merged 5 commits from pratikbaid3/app:feat/172/link-opening-issue
into master
4 days ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'pratikbaid3/app:feat/172/link-opening-issue'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Closes #172
Closes #175
Closes #54
feat/172/link-opening-issueto Fixes issues 175,172,54 2 weeks agoSince you're partially fixing the identation of the AndroidManifest, you might want to consider adding this commit to this PR:
ca9b189b82
Tested:
👍 links work
👍 HTML within feed items renders properly
👎 there is still unrendered HTML in profile descriptions (see screenshot)
Also, we might be de-htmlizing a bit too much: see attachment with the comparison between web and mobile app, where, in the app, a link isn't click able.
https://pub.dev/documentation/url_launcher/latest/url_launcher/launchUrl.html
can we use LaunchMode.externalApplication, as documented in the above link?
The current mode doesn't allow for a full browsing experience (at least on android), and the user ends up unable from doing things like copying a link, opening it into a new tab, sharing to another app, etc..
@marado Shall we do this in another PR?
Going ot merge this for now and we'll fix other things in new PRs
39c864d8b5
into master 4 days agoWill open issues for the my previous comments.
Thank you! 🙏
39c864d8b5
.