imysl0
November 18, 2024, 3:10am
1
In version 1.46.15, after clicking to open the URL with a port number as shown in the image below, it automatically invokes the browser to open.
In version 1.48.3, after clicking, it asks me if I want to use a proxy. This is convenient for those who want to use a proxy, but if it’s not a proxy but a webpage with a port number, it cannot be opened by clicking. I think here we can add an option: use a proxy or open with a browser?
3 Likes
Hocuri
November 20, 2024, 1:27pm
2
As a workaround, for now, you can long-click and copy the link to the clipboard.
I created a fix at:
deltachat:main
← deltachat:adb/allow-to-open-http-link
opened 06:37PM - 20 Nov 24 UTC
this would offer an “open” button in the shown dialog to open the link in browser
2 Likes
r10s
November 20, 2024, 8:57pm
4
and here is the iOS counterpart:
deltachat:main
← deltachat:r10s/open-http-proxy
opened 08:57PM - 20 Nov 24 UTC
http-proxies are identified by having a port number; this is not the case for mo… st http-pages.
however, if the guessing can be wrong,
always offer to open the browser alternatively
counterpart of https://github.com/deltachat/deltachat-android/pull/3435 feature proposal at: https://support.delta.chat/t/in-the-new-android-client-it-is-not-possible-to-click-to-open-urls-with-port-numbers/3327
2 Likes
imysl0
November 24, 2024, 3:28am
5
That’s awesome, thank you all!
1 Like