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 use SEB in a Moodle-quiz. In a question there is a link to a pdf-file. When you click the link the pdf shows in a separate window.
There is a search function. Unfortunately it is not working.
Normaly (in Windows) the word is highlighted an you can search the next entry. But on the macOS, no word is highlighted, no possibility to go to the next word.
Used the newest version 3.4.1 on two different devices.
The text was updated successfully, but these errors were encountered:
Are you sure that the PDF you're trying it with contains text and not scanned bitmaps?
Also you have to make sure that SEB can use the modern WebView. If the classic WebView is used (you should see the deprecation message on the top of new browser windows), search in PDFs as far as I know doesn't work. Make sure your SEB settings or SEB integration is updated to allow using the modern WebView (see also here Old WebView for In-Moodle-Configuration #468 and search).
In general the PDF viewer in the embedded WebKit engine isn't that great. For best results and full feature compatibility it's probably currently better to use server-side PDF rendering with pdf.js. Some web document viewers like in Polybox use server-side pdf.js on Macs/iOS and the built-in pdf.js in Chromium-based browsers.
On iOS WKWebView/SEB currently doesn't support search in PDFs at all. Use server-side PDF rendering as mentioned above.
Yes, I just got the answer that on a MacBook Air with Sonoma 14 it works. But obviously those users who reported the problem use an iPad.
Since we use Moodle without content filtering. I guess can't decide what WebView is used.
Got another message from a student using Macbook Pro with Sonoma 14.6.1. that search doesn't work.
Now I am confused. Because I am not a Mac user, I have no idea how you can configure such a device.
We use SEB in a Moodle-quiz. In a question there is a link to a pdf-file. When you click the link the pdf shows in a separate window.
There is a search function. Unfortunately it is not working.
Normaly (in Windows) the word is highlighted an you can search the next entry. But on the macOS, no word is highlighted, no possibility to go to the next word.
Used the newest version 3.4.1 on two different devices.
The text was updated successfully, but these errors were encountered: