[webkit-help] compiling webkit for macosx with touchevents
Andrea Medeghini
andrea.medeghini at multitouchevolution.com
Sat Jan 28 03:27:36 PST 2012
Hi,
I added the flag --touch-events, but I think it didn't work :(
I see "setenv ENABLE_TOUCH_EVENTS ENABLE_TOUCH_EVENTS" on console,
but while compiling I don't see any flag -DENABLE_TOUCH_EVENTS.
I run these commands on my macbook with lion:
build-webkit --clean
build-webkit --touch-events
run-safari
then I open the file create-touch-event.html which gives me this error:
NO_SUPPORTED_ERR: DOM Exception 9
Did I miss something?
Thanks
Andrea
Il giorno 27/gen/2012, alle ore 12:53, kumar ha scritto:
> Did you build using the "--touch-events" flag?
>
> You can do "./build-webkit --help" to see a list of features
> you can turn on or off.
>
> It wasn't clear from your post whether you knew about
> these flags, so pardon if you already knew that.
>
> -Kumar
>
> On Jan 27, 2012, at 7:28 PM, Andrea Medeghini wrote:
>
>> Hi All,
>> I'm new to webkit development, so forgive me for stupid questions.
>> I built successfully webkit on my mac with build-webkit, but it seems that touchevents are not available,
>> because I cannot create touchevents in javascript (I want to create touchevents programmatically with cocoa DOM binding)
>> Are touchevents supported on macosx? I don't understand how to enable touchevents, someone can help me, please?
>>
>> Thanks
>> Andrea
More information about the webkit-help
mailing list