General :: Chrome Long-press Context Menu Stopped Working - Can't Open In New Tab

May 18, 2013

I have a Nexus 4 running stock JB 4.2.2.

At some point (not sure when exactly) the long-press feature to bring up the context menu for links in Chrome stopped working.

When I long-press on a link, all that happens is I get a short vibrate, but no menu.

This means that I can no longer "Open in new tab".It's all working fine on my Nexus 7.

General :: Chrome long-press context menu stopped working - can't open in new tab


Android :: How To Implement Context Menu On Key Press Instead Of Long Click / Tap?

Jun 5, 2010

I have a ListActivity and I want to implement context menu for each of the list elements. I know that the common way to do this is to show the context menu on long click/tap. I want to know if there is a way to show the context menu for each element on a key press(preferably the menu key).To rephrase my question, how can I trigger the context menu and not the options menu by pressing the menu key(or any other key).

View 2 Replies View Related

Android :: Context Menu Long Press And OnTouch Event Conflicting

Oct 26, 2010

I have a situation where I have some textview on a framelayout that I have a onTouch event wired in order to simulate dragging. I alos want to enable the ability to have a context menu display when the user long presses the textview. Now that I have implemented the context menu functionality dragging no longer works since the longpress is always served by the context menu event.Does anyone know of a workaround for this.

View 2 Replies View Related

Android :: Add Action On Browser's Context Menu After Link Long Press

Mar 14, 2010

I need to add an action in the Context Menu that pops up after a Long Press of a Link in the Browser (the one that has 'Open','Open in new window','Bookmark link','Save link', etc.)As a result of choosing my action it should call my service and etc.I don't want my app to overwrite all the context menu of the browser but only add an action to it.I haven't found any information on how to do this. Is it possible?

View 6 Replies View Related

Android :: Context Menu In List Activity - When Make Long Press

Oct 18, 2010

I have list activity with custom array adapter and I can't to get context menu when make long press on list item.

<TabWidget
android:id="@android:id/tabs"
android:layout_width="fill_parent"
android:layout_height="wrap_content"/>
<FrameLayout
android:id="@android:id/tabcontent"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:padding="5dp">
<ListView
android:id="@+id/list"
android:layout_width="fill_parent"
android:layout_height="fill_parent" />
Why I do not see context menu? What I do wrong? How to get context menu with array adapter and ListActivity.

View 1 Replies View Related

General :: Rooted Xperia S - Change Menu Button Long Press App

Jul 30, 2012

I wanted to know is there a way to change which app launches when you long press the menu button? Currently it's Google search.

I'm on a rooted Xperia S, if that matters.

View 2 Replies View Related

Android :: Invoke Android Context Menu On Menu Item Press

Nov 9, 2010

Can anyone kindly guide as to how can I invoke a context menu on the press of a menu item. I googled a lot for the same, but nothing turned up. Look forward for your valuable help.

View 1 Replies View Related

Android :: How To Capture Long Press Of Menu Button?

Jul 27, 2010

How can I capture a long press of the device menu button in my application?I thought of an intent filter, but there's only an action called android.intent.action.SEARCH_LONG_PRESS, but nothing for the MENU button.I found that long press of the menu button actually does different things on different devices,i.e. on Nexus One it will show the soft keyboard, while on Samsung Galaxy S it will pop up the search widget.

View 5 Replies View Related

HTC Desire :: Browser Long Click - Context Menu Or Select Text

Aug 20, 2010

While browsing, I often like to open a linked page in a new window, so do this via long pressing the link. However, it seems to me to be totally random whether long pressing a link brings up the context menu (which is what I usually want), or goes into text selection mode.

How do you control over which of these two actions occurs when long pressing a link?

View 1 Replies View Related

Android :: Show Context Menu When Link Is Long Pressed In TextView?

Apr 18, 2010

I have a TextView with its MovementMethod set to LinkMovementMethod. Text added to the TextView is a combination of normal text and URLs. For URLs, I would like to offer a context menu when the URL is long pressed for doing things such as copying the address. I've had a look at the source for LinkMovementMethod but it doesn't seem to have any long pressed related code I could override. Any ideas on how to go around achieving this?

View 1 Replies View Related

Android :: Use Long Press ListView Item To Open AlertDialog?

Dec 10, 2009

I am trying to use the long press option on the listview items to open a multi choice Alert Dialog. Is this possible?

View 6 Replies View Related

Sprint HTC Hero :: On Home Screen Long Press Menu Key Function?

Nov 15, 2009

I tried searching for this, to no avail, but here is the situation. I was on my main Home screen and just trying to figure stuff out and when I long press the menu key it brings up the onscreen keyboard. I figured it was for contact search or something, but it did nothing when I typed...or so I thought. Now everytime I back out to the Home screen a little transparent "window" displays with letters i first typed. I cant type new letters to display or even use the backspace key to erase. Any one know what Im talking about?

View 10 Replies View Related

Android :: Disable Context Menu On Long Taps On Droid Via HTML _ CSS _ Javascript?

Aug 5, 2010

I would like to disable the context menu that appears after a long tap (touch and hold) on images in my web application. I've seen posts with different ideas how to do it, but none of them seem to work for me.

Is there a way to do this on Android via HTML/CSS/Javascript?

View 3 Replies View Related

Motorola Droid X :: Yahoo Mail On 2.2 - Unable To Long Press And Open The Link

Sep 28, 2010

If I receive a link in an email on my yahoo account I am unable to long press and open the link? Is this a known bug?

View 1 Replies View Related

Motorola Milestone :: Long Press Search Doesn't Work With Hardware Keyboard Open

Jun 30, 2010

On my UK Milestone (rooted), long press on the search button only works when the hardware keyboard is shut, when the keyboard is open, long press works the same as a short press.

While looking for a fix for this, I found very little information on the net, so I'm wondering if it's a problem with only selected devices. Can anyone confirm for me if theirs works or not?

I have OpenSearch assigned to long press search, and since I always use the hardware keyboard, I need to close it, long press search, then open the keyboard. It's annoying.

I've looked at editing the qwerty.kl file in /system/user/keylayout, my idea was to try to redefine to search key on the keyboard (between left alt and @) to launch OpenSearch, but it apears that I can only redefine keys to other keys that way, not launch apps.

View 3 Replies View Related

Android :: Open Context Menu For Specific Item Of List

Jul 17, 2009

I am using openContextMenu() when someone clicks on an item of a list (not when they long press as usual). The context menu does appear, however, it shows the context menu for the last item that the context menu had appeared. For example, if I long press the item C of the list then the context menu for item C appears, and later if I click on item B, with openContextMenu() the context menu for item C will again appear, not for B that I was expecting. How can I set the current item for which the context menu will appear to be the item of the list the user clicks on? I do have the position from onListItemClick() and I was trying to find a call like setContextMenuItem() or something, but I can't find anything.

View 7 Replies View Related

Sprint HTC Hero :: Long Press No Longer Working

Dec 7, 2009

I have noticed the long press no longer working.When I press and hold it will perform a short press. For example, when trying to long press on an icon to move it, it will open the application.I have noticed this only when charging the device. Anyone else have notice this strange behavior?

View 3 Replies View Related

HTC Desire : Sound Has Gone / Stopped Working On Keys As You Press

May 12, 2010

My phone was working fine last night but today the sound has gone/stopped working on the keys as you press them..the settings are fine and all switched on..I took the battery out and tried again but its still the same..any thoughts please?

View 1 Replies View Related

General :: SCH-R950 - Back And Menu Buttons Stopped Working After Putting New Kernel

Feb 13, 2013

I picked up the kernel code released by Samsung for SCH-R950 (US Cellular) from opensource.samsung
Kernel version: 3.0.31
Build Number: JR003C.R950VXALJ1

I changed the kernel code to accommodate my changes, compiled and flashed using ODIN. The phone came up well but the back and menu buttons stopped working. I undid my changes, compiled and flashed again. This time again the back and menu buttons didn't work. So, it seems that the source code or the build instructions released by Samsung has some issue. The config file used was t0uscc_04_defconfig (released along with the code). I have attached the build config file.

View 1 Replies View Related

HTC Droid Eris :: Home Screens Bottom Row Long Press Not Working?

Feb 25, 2010

So oddly enough my wife's Eris does not let her long press ANY of the bottom two rows of app icons/widgets. I can long press any of the top two rows apps/widgets fine to remove or add in an empty space. but the bottom two rows I can't remove or add with a long press.anyone else have this issue? I'm trying to figure out whats new but she isn't that into her phone so she never installs stuff on it, im the one tweaking and playing with her phone and I haven't touched it in a week this started happening randomly 2 days ago.

View 10 Replies View Related

Android :: Context Menu Working In GLSurfaceView?

Sep 6, 2010

Having a little trouble working out how to have a context menu working in my GLSurfaceView view. There doesn't seem to be a "onCreateOptionsMenu" or "onOptionsItemSelected" to override. I do notice a "setOnCreateContextMenuListener" but I don't know how to use it.

View 5 Replies View Related

Android :: Disable Context Menu Not Working

Oct 17, 2009

I am setting setEnabled = false for a Context Menu item. The item appears grayed out ... but I can still click on it. When I do, the menu closes. This does not seem to like the correct behavior to me.

Is this a bug or a misunderstood feature? Anyone else experiencing this? Using 1.6

View 3 Replies View Related

Android :: List View Context Menu And OnItem Click Listener Not Working

Sep 9, 2010

I have a tab activity with three tabs and I want to display a listview in each tab. The list populates correctly, but for some reason I can not get the context menu or itemclicklistener to recognize gestures on the listviews. Anyone have any ideas why this might be? Below is my onCreate method: @Override public void onCreate(Bundle savedInstanceState) { super. onCreate (savedInstanceState);setContentView (R.layout.armory_header); TabHost mTabHost = getTabHost(); mTabHost.addTab (mTabHost. newTabSpec ("1"). setIndicator ("Weapons"). setContent (R.id.page1)); mTabHost.addTab (mTabHost.newTabSpec("2").setIndicator( "Armor" ).setContent(R­.id.page2))TabHost.addTab(mTabHost.newTabSpec("3").setIndicator("Accessories"). setCon­tent (R.id.page3)) ; weapons = (ListView) findViewById(R.id.weaponlist); registerFor ContextMenu(weapons) ;weapons.setOn ItemClickListener (new OnItemClickListener(){ @Override public void onItemClick(AdapterView<?> arg0, View arg1, int arg2, long arg3) {// TODO Auto-generated method stub listId = weapons.getId(); position = arg2; showDialog (DIALOG);armor = (ListView) findViewById (R.id.armorlist) ;register ForContext Menu(armor); armor.setOnItemClickListener(new OnItemClickListener(){ @Override public void onItem Click(AdapterView<?> arg0, View arg1, int arg2, long arg3) { // TODO Auto-generated method stub listId = armor.getId();position = arg2; showDialog(DIALOG);

View 2 Replies View Related

Android :: Launch Context Menu From Context Menu

Jan 21, 2010

How can I launch a contextmenu from a contextmenu? I'm trying to replicate the MediaPlayer action that happens when you long click a song, then click "Add to playlist" in the resulting contextmenu. When you click that menu item, another contextmenu pops up with "Add to playlist" as the title, and "Current playlist", "New", and however-many-playlists-you-have defined after that.

View 4 Replies View Related

General :: Long Press Notifications

May 26, 2014

I've had my nexus 4 rooted for a couple months now and it's amazing but I'm having a problem when I long press notifications, nothing happens. Normally I have "app info" and "open in halo" but nothing pops up at all.

View 6 Replies View Related

General :: Long Press Home Button - What Does It Do

Jun 1, 2013

Is long pression the home button and removing open/recent apps "killing" the apps? I read that there is no need to "kill" an app and it actually uses more battery life than it saves. Should I be actively swiping away recent apps?

View 2 Replies View Related

General :: Unlock On Power Button Long Press?

Jun 11, 2012

I need to be able to skip the swipe screen and unlock the phone by long pressing the power button. On short press, it should act regularly (waking up and showing the swipe screen). I've tried "No Lock", "Autolock" and "My Lock Utility" but these unlock the phone immediately after pressing the power button I think this would be the ideal combination of functionality.

My phone is Motorola Atrix.

View 1 Replies View Related

General :: Long Press Application Icon Rotate The Screen

Nov 8, 2013

This only happens in landscape mode.

I've found a thread on it: [URL] .....

I've rebooted several times and tried both Nova Launcher and trebuchet.

View 2 Replies View Related

General :: How To Enable To Change Songs With Volume Long Press

Jan 23, 2014

I am new to android and i had owned a sony walkman mobile the feature which enabled me to change the songs with volume rocker long press...is missing on android...currently i own a sony xperia sp and running stock rom and stock firmware..how to root the mobile or mess around with the software..all i know is to download apks and install them...so developing apk which enables users to change songs with long press of volume rocker?..and as i mentioned above i do not have a rooted mobile so is there any way i can find or instal an apk to change songs with the volume rocker without rooting and custom roms?

View 2 Replies View Related

General :: Long Press Contacts In New Hangout Screen To Hide Them

Sep 28, 2013

New feature on the android Hangout app :

"Long press contacts in the New Hangout screen to hide them."

I tested and hided someone but now I wish to unhide him now, how can i do ?

I looked everywhere, can't find the option not even in block contacts, i can't see him with the green icon now even though he's online.

View 9 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved