Friday, 31 October 2014

Re: Embeddable web view in apps

Hello Richard,

seems like everyone forgot to answer your question.

Am Sonntag, den 15.12.2013, 08:45 -0800 schrieb Richard Gale:
> It seems like netsurf is a great candidate for providing HTML based UI
> in apps. Is this something anyone has tried from a technical point of
> view?

More or less recently, there was some change inside the NetSurf API,
which may makes this more easy. The frontend code can contain the
mainloop now:
http://git.netsurf-browser.org/netsurf.git/commit/?id=dfb774c2458f749ebafba77ef30f2d16e80032e7

However, there is a problem: The frontend only receives localized text
messages when the netsurf engine changes it's state.

Websites, however, can open severeal frames/windows. You can not easily
make sure for which window your receive status texts, you do not receive
one single "RENDERING_FINISHED" message. AFAIK there is no reliable
mechanism implemented to cleanly report "end of rendering" to host applications.

Greets,
Ole

No comments:

Post a Comment