-
-
Notifications
You must be signed in to change notification settings - Fork 401
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
Safari Search not working #491
Comments
This might be the same issue as #492 |
I do not think it is a touchscreen issue since I cannot reproduce it on my Android Phone, Windows Surface Tablet. After work I will take a look on my Wife's iMac and see if its safari on there as well. Also, I did not have this issue prior to the most recent update. |
noticed this issue on my friends iPhone. Also had the problem on a Samsung Galaxy S7 using Dolphin Browser. Works fine on that phone using Chrome browser though. |
I have the same issue. iPhone 6s+ and iPad Air 2 with Chrome works, Safari doesn't. Tried on a Macbook Air (2015) with Safari too, didn't work. |
This is the same issue as: #403 Some browsers have issues with setTimeout. |
Build if anyone wants to confirm it's fixed: https://ci.appveyor.com/project/tidusjar/requestplex/build/1.9.759/artifacts |
i tested your build, but a friend of mine have still problems with searching, like above |
Tested and confirm that still have searching issues with Safari. I think it is because of the use of arrow functions in your javascript. Change Line 569 of search.js from Also line 581 of requests.js from |
What difference will that make? It looks to do the same thing? |
Safari Browser does not support Arrow Functions. |
OH! |
New build with those changes https://ci.appveyor.com/project/tidusjar/requestplex/build/artifacts |
I can confirm it is working now, as @ewascome says, arrow functions doesnt work in all browsers, Internet Explorer doesnt support arrow functions too. i noticed a small styling, maybe it is the way it should be but i think there needs to be a small gab between available and the other button. edit: is it also possible to start the plex app from the browser? noticed when you press view in plex button you opened new tab heading to plex.tv and not on mobile plex app. |
@ShepherdDimaloun It might be possible but I am not sure, since I wouldn't really know if you are on a mobile device and also If you have the app installed 😞 |
@tidusjar with javascript, it is possible to check what device you are using, even jQuery is capable of that. |
Yeah I understand that I could detect it. But what would happen if the user doesn't have the app installed? |
here is the info about app links for Android: https://developer.android.com/training/app-links/index.html |
If this is a bug report please make sure you have filled the following in:
(If it's not a bug and a feature request then just remove the below)
Plex Requests.Net Version: 1.9.0
Operating System:Windows Server 2008
Mono Version:
Applicable Logs (from
/logs/
directory or the Admin page):Reproduction Steps: iOS Safari search does not work. Entering in the movie title does not allow anything to come up. Hitting the Magnifying glass or pressing enter does not work. However, this function works fine on Android Chrome, or Firefox on mobile.
Please include any steps to reproduce the issue, this the request that is causing the problem etc.
The text was updated successfully, but these errors were encountered: