Re: [webkit-dev] Webkit (Mobile Safari) issues in the iPhone

2008-10-20 Thread Diego Taylor
Hi Dave, On Thu, Oct 16, 2008 at 7:26 AM, David Kilzer [EMAIL PROTECTED] wrote: How are you forcing layout? If you're calling a method on a WebView object, then you're using non-public API and, as I mentioned earlier, your application may crash or hang. If you just need a way to force

Re: [webkit-dev] Webkit (Mobile Safari) issues in the iPhone

2008-10-16 Thread David Kilzer
On Wed, 10/15/08, Diego Taylor [EMAIL PROTECTED] wrote: On Thu, Oct 16, 2008 at 2:09 AM, David Kilzer [EMAIL PROTECTED] wrote: Having said that, if you're seeing an issue with -[UIWebView stringByEvaluatingJavaScriptFromString:], please file a bug on

[webkit-dev] Webkit (Mobile Safari) issues in the iPhone

2008-10-15 Thread Diego Taylor
Hi, I am aware that this mailing list is not specifically oriented to the Apple's iphone mobile safari implementation, but I am confident that some people on this list can give me some hints on how to solve this issue. In a nutshell I have issues updating the DOM. I have a rich text edit and to

Re: [webkit-dev] Webkit (Mobile Safari) issues in the iPhone

2008-10-15 Thread Diego Taylor
Hi David, On Thu, Oct 16, 2008 at 2:09 AM, David Kilzer [EMAIL PROTECTED] wrote: The WebKit framework is not public API on iPhone OS at this time, so any direct calls you make to WebKit are not supported and may have unintended consequences (like crashes or hangs). Yes, I am aware that the