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
We've set up our share ext in our iOS + Android app to be able to share pages from browser apps, then store a small document built from the URL received from this package.
Until now, testing on emulators, it's been working as expected. However, we just tried on a real iOS device for the first time via a Testflight build and, instead of receiving the page URL, it receives the page title.
What reasons would cause the page title to be sent instead of the URL? There doesn't seem to be any way in the API to specify this.
Bonus question: is there a way to receive both?
Will supply some more info on browser, OS version, etc. when I get them (I personally don't have an iOS device).
The text was updated successfully, but these errors were encountered:
We've narrowed this down to something to do with sharing from Brave on iOS. Sharing from Safari on the same phone results in the URL being received. Brave only sends the title.
Hi there.
We've set up our share ext in our iOS + Android app to be able to share pages from browser apps, then store a small document built from the URL received from this package.
Until now, testing on emulators, it's been working as expected. However, we just tried on a real iOS device for the first time via a Testflight build and, instead of receiving the page URL, it receives the page title.
What reasons would cause the page title to be sent instead of the URL? There doesn't seem to be any way in the API to specify this.
Bonus question: is there a way to receive both?
Will supply some more info on browser, OS version, etc. when I get them (I personally don't have an iOS device).
The text was updated successfully, but these errors were encountered: