Hi, may be you can poste this to one of android groups. http://developer.android.com/community/index.html
regards. Haithem. > Message: 2 > Date: Sun, 13 Feb 2011 00:22:49 -0500 > From: Demetris <[email protected]> > To: [email protected] > Subject: Re: [webkit-help] Webkit on Android > Message-ID: <[email protected]> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > > I posted this a few days ago but I have not seen it in the forum .. can > someone please notify me if they can see my posting below? > > Thanks > > On 2/8/2011 11:08 PM, Demetris wrote: > > > > Hi all, > > > > I am running Ajax on the native browser of Android 1.6 which is not too > > famous for dealing with the same-origin security policies. The browser, > > which is based on WebKit > > The Ajax clients call remote web services from the phone and since the > > scripts in them contain various URLs I get a preflighted request (with > > OPTIONS). However, when the server returns the preflighted response > > the browser does not do much beyond that (to serve the client that was > > running on it). I cannot return these responses to the browser. > > > > Any idea as to what the browser or the WebKit based browsers expect > > from such preflighted requests? > > > > Thanks very much in advance > > Demetris > > > > > ------------------------------ > > Message: 3 > Date: Sun, 13 Feb 2011 14:31:42 +0530 > From: Nimish Nayak <[email protected]> > To: [email protected] > Subject: Re: [webkit-help] Webkit on Windows Cairo Port > Message-ID: > <[email protected]> > Content-Type: text/plain; charset="iso-8859-1" > > Hi > > Is the WinLauncher stand alone browser ie. Does it have any dependency on > Safari or Firefox or Chrome or any other browser dll's ? > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > http://lists.webkit.org/pipermail/webkit-help/attachments/20110213/cde6a869/attachment-0001.html > > > > ------------------------------ > > Message: 4 > Date: Sun, 13 Feb 2011 14:01:04 +0000 > From: Darren Wheatley <[email protected]> > To: [email protected] > Subject: [webkit-help] Javascript / DOM listeners only fire once > Message-ID: > <[email protected]> > Content-Type: text/plain; charset=us-ascii > > Hi, > > I have a Mac client application written in Cocoa / Objective-C that > presents the user with a list of html documents in a table, and when the > user clicks on a row it loads the selected HTML page into a WebView. > > Every HTML page has a listener on "click" that calls an Objective-C method. > > When the application runs and the user clicks on the first row, everything > works fine. The "click" event is trapped, and my Objective-C method is > successfully called. > > However, when the user clicks on a second (or subsequent) record and then a > new HTML page is loaded in to the same WebView the listener on "click" never > fires. > > If the selected record is the first to be loaded it always works fine, so > the problem is not one of bad HTML files. FYI, all files are largely > identical. > > I've boiled the problem down in a simple test application. It can be > downloaded here - http://dl.dropbox.com/u/160638/Work/TCL/MapTest2.zip > > NOTE: The test application outputs a message to the standard log, so you > will need to check either the log window in Xcode or Console.app to see the > Objective-C method call working (or not). The buttons along the top are in > pairs, loading first from a local file, then an HTML page as a string, then > pulling an HTML page from a web site. > > From extensive searching I'm guessing that when I load the second HTML page > into the WebView the previous page is retained somehow, and the two > listeners on "click" are clashing in some way? Is that possible? > > Can anyone recommend a way to load HTML pages such that subsequent loads > will work? Is there a way to ensure that any pages previously loaded into a > WebView are fully unloaded before I load the second page? > > Any suggestions you could make would be appreciated. > > Regards > > Darren. > > > > ------------------------------ > > _______________________________________________ > webkit-help mailing list > [email protected] > http://lists.webkit.org/mailman/listinfo.cgi/webkit-help > > > End of webkit-help Digest, Vol 20, Issue 11 > ******************************************* > -- * "If you ask a question - you will be a fool for 5 minutes, otherwise ignorant for rest of your life" *
_______________________________________________ webkit-help mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
