You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 10, 2024. It is now read-only.
URL item shared to Brave via Share Extension is always recognized as String and not as URL. It cause searching the url with search engine, so url is loading correctly in app but it prevents adding future functionalities like "brave//bookmark" scheme.
Steps to Reproduce
Change 65 line of code in ShareToBraveViewController to: guard let provider = attachments.first(where: { $0.isUrl }) else { so it won't recognize pure text
Description:
URL item shared to Brave via Share Extension is always recognized as String and not as URL. It cause searching the url with search engine, so url is loading correctly in app but it prevents adding future functionalities like "brave//bookmark" scheme.
Steps to Reproduce
guard let provider = attachments.first(where: { $0.isUrl }) else {
so it won't recognize pure textActual result:
Brave app doesn't open.
Expected result:
Brave opens and loads URL.
Reproduces how often:
Always
Brave Version:
development branch
Device details:
Simulator of iPhone SE 2020 with iOS 13.6
Website problems only:
Additional Information
The text was updated successfully, but these errors were encountered: