Hi!
I'm using TMSFNCWebBrowser in an iOS/Android app to navigate through an own web site. In that website I use JS Window.print() to print the page contents (and some DataTables with printing and export to Excel, PDF or CSV capabilities).
If I open the website directly in Chrome or Edge browser in Android, or Safari in iOS, it works fine. I can print and even export to Excel, etc. (file is downloaded).
However, in my app using FNCWebBrowser, the print or export buttons do nothing.
I suppose there are printing limitations in iOS/Android as FNCWebBrowser is not a 'real' browser, but I would like to know if there is any alternative to achieve this or if it is impossible right now.
Thanks!