pitr / gemini-ios

Elaho - iOS browser for Gemini protocol
Mozilla Public License 2.0
116 stars 6 forks source link

Pressing "UP" button appends query string to parent URL #37

Open acidus99 opened 2 years ago

acidus99 commented 2 years ago

If you are viewing a URL which has a query component, and you click the "up" button, the query string is used for requesting the parent URL.

To reproduce:

Screen Recording 2022-01-31 at 6 41 01 PM

Looking at my gemini capsule logs, I can see that this is not a UI bug. The query string is sent as part of the URL for the parent (e.g. the URL gemini://elaho.glv.one/?test is actually requested)