Tuesday, August 16, 2011

[android-developers] Re: how to enable the dragging option in android browser?

AFAIK, the browser and WebView are Very limited and Very Different
beasts -- Text selection (as in creating a Selection object in the
underlying DOM) and Drag/Drop are not implemented/implementable
through the API's given us, although I have seen window.getSelection()
give spurious and odd results with broken Selection objects being
returned.
Browser has a Number of issues with JavaScript in the wild (try to use
the browser on jQuery/YUI/XUI etc sample pages for a taste of what I
mean... It even balks at standard JS fairly regularly)

Silence has been the only answer I have seen regarding this, both in
bug reports and around the various forums... I believe they are more
than aware, but it is a long road to fix such a complex set of
interactions -- maybe ICS :)

Peace,
Dan

On Aug 12, 4:32 am, Duygu Kahraman <duygu.kahram...@gmail.com> wrote:
> i check in device.Dragging option doesnt work too.
>
> Duygu Kahramanhttp://tr.linkedin.com/in/duygukahramann
>
> 2011/8/12 simi <simivenugopa...@gmail.com>
>
>
>
>
>
>
>
> > i want to run the site "http://html5demos.com/drag" .. actually this
> > site is opening in android browser(1e,in android emulator).but can not
> > do the drag option.. what should do for dragging the texts in
> > emulator....???????????? Is there any workaround possible for working
> > the HTML5 drag and drop example in emulator browser?
>
> > --
> > You received this message because you are subscribed to the Google
> > Groups "Android Developers" group.
> > To post to this group, send email to android-developers@googlegroups.com
> > To unsubscribe from this group, send email to
> > android-developers+unsubscribe@googlegroups.com
> > For more options, visit this group at
> >http://groups.google.com/group/android-developers?hl=en

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment