Opening the pdf-file from https://tcpdf.org/examples/example_065/ with Androids build-in PDF-Viewer (com.google.android.apps.pdfviewer) fails not only on preO (no seekable streams) but also on Oreo (API27).
It shows that all seeking has no effect on the native side. The fd offset stays at totoal bytes read count. I'm using NDK ver 16.1.4479499 and samba source version 4.5.16.
Opening the pdf-file from https://tcpdf.org/examples/example_065/ with Androids build-in PDF-Viewer (com.google.android.apps.pdfviewer) fails not only on preO (no seekable streams) but also on Oreo (API27).
Steps to reproduce: