Hello list,
I'm using WebKit in a program of mine in order to render some data.
In my application there are two webviews: A tree with data (when you
click a link it loads related data inside the second webview) and
another webview where the data were loaded.
This data was created in two different step.
1- Raw data - simple text - is parsed by an engine and the output is
an XML file.
2- This XML is processed by an XSL transformation
3- Finally the HTML result is rendered by a WebView
In order to perform a custom loading of my data I've used a special
protocol (I've used PictureBrowser Protocol scheme into Dev Examples).
It works well but sometimes (random!) when I try to load some data
from the map the program itself crashes. I've tried to reproduce the
problem itself but it happens without any particular scheme: sometimes
if a click a LINK X it loads...sometimes it crashes.
The error is a WebKit error. You can see my program's backtrace here:
- (void)stopLoading{}
@end
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webkitsdk-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webkitsdk-dev/email@hidden