[webkit-dev] Question about embedding webkit
forumer at smartmobili.com
forumer at smartmobili.com
Fri Jul 20 11:05:17 PDT 2012
Hi,
I am not sure this is the right place to ask but I suppose you may have
an idea of the answer.
I would like to embedd inside a native application some source files
that are usually run inside a google chrome extension.
My problem is that when I try to open those files locally using chrome
for instance, base url are wrong and it cannot
find images, scripts, ...
I tried to replace href="/foo" by href="./foo" and so on but it doesn't
solve anything, so my question is how can I run
those files inside an application that uses webkit ? Do I also need to
integrate inside my application a small http server ?
Is there any other solution you can think of ?
PS : My application is written in C# and uses a .net wrapper for the
webkit dll.
Thanks
More information about the webkit-dev
mailing list