[android-developers] Re: JellyBean problem on Long click when context menu and android:autolink= all

2012-08-29 Thread Jason Sesso
listView.setOnItemLongClickListener(new AdapterView.OnItemLongClickListener() { public boolean onItemLongClick(AdapterView? arg0, final View arg1, int arg2, long arg3) { IN here you would put something to do on long click } } On

[android-developers] Re: JellyBean problem on Long click when context menu and android:autolink= all

2012-08-29 Thread Sandy
I tried this also .. but the dialer coming in this case also , I think its platform bug, what u say?? On Aug 29, 12:48 pm, Jason Sesso djse...@gmail.com wrote: listView.setOnItemLongClickListener(new AdapterView.OnItemLongClickListener() {  public boolean onItemLongClick(AdapterView? arg0,

[android-developers] Re: JellyBean problem on Long click when context menu and android:autolink= all

2012-08-29 Thread Jason Sesso
Change your to actual text. :P I bet its because it thinks its a phone number. On Wednesday, August 29, 2012 2:08:22 AM UTC-7, Sandy wrote: I tried this also .. but the dialer coming in this case also , I think its platform bug, what u say?? On Aug 29, 12:48 pm, Jason Sesso

Re: [android-developers] Re: JellyBean problem on Long click when context menu and android:autolink= all

2012-08-29 Thread Amey Bapat
yes jus change the text to google.com it works.. On Wed, Aug 29, 2012 at 2:47 PM, Jason Sesso djse...@gmail.com wrote: Change your to actual text. :P I bet its because it thinks its a phone number. On Wednesday, August 29, 2012 2:08:22 AM UTC-7, Sandy wrote: I tried this also

[android-developers] Re: JellyBean problem on Long click when context menu and android:autolink= all

2012-08-29 Thread Sandy
but i want that to be number , i want that autolink should work only in single click, but dialer is getting open in both single click and long click. On Aug 29, 2:17 pm, Jason Sesso djse...@gmail.com wrote: Change your to actual text. :P I bet its because it thinks its a phone

[android-developers] Re: JellyBean problem on Long click when context menu and android:autolink= all

2012-08-29 Thread Sandy
problem is that , Autolink should not work on longclick... till 4.0 its working like that. but from 4.1 its getting called on long click also. On Aug 29, 2:26 pm, Amey Bapat amey.n.ba...@gmail.com wrote: yes jus change the text to google.com it works.. On Wed, Aug 29, 2012 at 2:47 PM,

[android-developers] Re: JellyBean problem on Long click when context menu and android:autolink= all

2012-08-28 Thread Sandy
Hi Please let me know asap, I am stuck. On Aug 28, 1:32 pm, Jason Sesso djse...@gmail.com wrote: It seems that you. Need to add the onlongclick method. I just did this recently.  Ill get you an example in awhile. -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: JellyBean problem on Long click when context menu and android:autolink= all

2012-08-28 Thread Sandy
Please post the solution asap i am stuck. On Aug 28, 1:32 pm, Jason Sesso djse...@gmail.com wrote: It seems that you. Need to add the onlongclick method. I just did this recently.  Ill get you an example in awhile. -- You received this message because you are subscribed to the Google Groups