Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Searching via Google on iOS doesn't work #320

Open
Wulgaren opened this issue Aug 20, 2024 · 11 comments
Open

Searching via Google on iOS doesn't work #320

Wulgaren opened this issue Aug 20, 2024 · 11 comments

Comments

@Wulgaren
Copy link

System

  • OS name: iOS
  • OS version: 17.6.1
  • Browser name: Safari
  • Extension version: 7.1.0

Bug description
If I try to find an object using Google Lens from the image share sheet on iOS, it just loads the Google Images page and doesn't do anything.

@dessant
Copy link
Owner

dessant commented Aug 20, 2024

Hi, is the extension allowed to access all websites? It can be configured by going to Settings > Safari > Extensions. Are you getting any notifications from the extension when you try to search, and is the loaded Google Images page the mobile version, or the desktop version with very small UI elements?

@Wulgaren
Copy link
Author

hi! yes, allowed for all websites. mobile version of the site. no notifications.
IMG_0011

@dessant
Copy link
Owner

dessant commented Aug 20, 2024

Please test if the extension behaves the same way if you search with the Wikipedia logo on this page: https://www.wikipedia.org

Start a search with the "Select image" search mode, then switch to "Select URL" and repeat the search.

Does searching on Shutterstock work on your end?

@Wulgaren
Copy link
Author

none of those methods work for google, shutterstock and tineye work fine though

@Wulgaren
Copy link
Author

this is the url of the google page upon trying to search "https://www.google.com/imghp". should it include some query or is it through POST request?

@dessant
Copy link
Owner

dessant commented Aug 20, 2024

That's the correct URL, but it should load the desktop version of the page, which in turn gives us access to Google Lens. The extension changes the user agent for the request to load the desktop version of the site, but for some reason it has no effect on your end. But even then, the extension should show an error notification if it does not find the expected UI elements on the page.

Are you using any kind of app or extension that modifies the user agent in Safari?

@Wulgaren
Copy link
Author

i tried disabling all the extensions and same thing. very weird

@dessant
Copy link
Owner

dessant commented Aug 20, 2024

It could still be a permission issue when accessing Google, that would explain why the new user agent is not applied. Did Google Lens ever work for you, or have you only started using the extension recently? I'd try uninstalling and reinstalling the Search by Image app, then going to Settings again and making sure that the extension is allowed to access all websites, maybe that will solve the issue.

@Wulgaren
Copy link
Author

no, just bought it few days ago. i'll try to do that.

@Wulgaren
Copy link
Author

unfortunately still same issue persists

@dessant
Copy link
Owner

dessant commented Sep 30, 2024

The extension was just migrated to Manifest v3 in version 8.0.1. Please test the latest version, maybe it fixes your issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants