It is very handy to be able to open a schematic/layout reader on tablets, giving the portability to open the schematic/layout anywhere needed where there is no PC. Not to edit but just to read. Is there any way I can open these files on IOs/Android devices?
eeschema and pcbnew can print as SVG. A quick test shows that Chrome on my desktop can view local SVG files using the file:/// syntax. Haven’t figured out how to do that on Android’s Chrome, or looked for an Android SVG viewer.
well ibom already creates a web view of the pcb (without copper traces) so i would guess its code could be easily extended to make a full on html view of a layout.
Only F.Cu and B.Cu are rendered because intermediate layers are not needed for assembly and that’s the purpose of the plugin but it wouldn’t be too much work to extend existing code to be full fledged pcb viewer.
An HTML rendered board view would be really useful - this is pretty much what I was after when I was working on a visual board diff program. SVG overlays make visual identification of changes stand out.