Tor Øyvind

Results 8 issues of Tor Øyvind

One of my users reported that the app suddenly began crashing on his iPad whenever he opened it. This happened after he had installed the same app on his iPhone,...

I'm porting an application from Swift to .NET MAUI that's using a custom FTS5 auxiliary function for highlighting search matches in PDF document. The custom function returns a list with...

### Describe the bug I'm making a presentation application, and I need to update the UI when an external monitor is connected or disconnected. For this I have implemented DisplayAreaWatcher...

team-CompInput
area-Windowing

When I'm trying to use the MacOS NuGet package with a .NET MAUI Catalyst project the dll is not found. I get the following error: ``` Exception has occurred: CLR/System.Reflection.TargetInvocationException...

If an application has multiple windows the popup might appear in the wrong window. This fix ensures that popups are only shown on the main application window. On iOS it's...

I'm trying to add ink annotations using FPDFAnnotAddInkStroke, and it takes a pointer to an array of FS_POINTF_. When sending in a C# array of points like this `fpdf_annot.FPDFAnnotAddInkStroke(annot, fs_points[0],...

I apologize if it's just be being dumb, but to me it looks like adding and reading ink annotations is not working at all. Both `FPDFAnnotGetInkListPath` and `FPDFAnnotAddInkStroke` should take...

Hi! Thanks for maintaining this very useful project 🙌 I'm using your precompiled pdfium binaries with a .NET MAUI app on macOS, specifically targeting Mac Catalyst, and I’ve run into...