Android :: Does Android Browser Support Right Menu Open With?
Jan 22, 2009when user browses a web page and "right-click" a link, then user can choose to open the link with a different Application (except Browser).
View 7 Replieswhen user browses a web page and "right-click" a link, then user can choose to open the link with a different Application (except Browser).
View 7 RepliesHere's what I'm attempting to do. I have a menu and when a user selects a particular option in the menu I want the browser application to open and display the web page. However, I cannot seem to do this. My application uses a TabWidget to display its content (which works perefectly) but I cannot for the life of me figure out how to open a link into the browser. I have tried adding a WebView to the TabWidget (but when I request it from the view by findViewById(...) I get a null.
I've also tried creating a separate view and performing a setContentView(...) and then I get an exception. I've also tried using an intent I've seen demonstrated on this group. It seems like this should be fairly easy, but I must be missing anything. I've looked at the sample apps as well as the Apps-for- android samples and have followed them to the T, yet still to no avail I cannot get the browser to open (or anything like that).
I have an Options menu up and running in my Android application and I've overridden the onCreateOptionsMenu, onOptionsItemSelected and onPrepareOptionsMenu methods to customize the menu a little. My question is related to keeping the Options menu open after the user clicks on a menu item. Basically, I'd like to be able to hide the menu until the user clicks on the device menu key. Once the user clicks on this key, I'd like to be able to hold the menu in place regardless of how many times the user clicks on menu items. If the user wants to hide the Options menu, they'd just need to click on the device menu key again. Is this type of interaction supported (or even advisable).
View 1 Replies View RelatedWith the new NDK R3 Android it is possible to write OpenGL ES 2.0 apps targeting Android 2.0+. Is there a list of devices which support it? Also, is there a flag for Android Market, that an app requires OpenGL ES 2.0?
Currently we are working on a free and open source NFC software implementation. The hardware requirements are only one (low-power consuming) chip and an antenna. The corresponding API and software is mostly developed and already working on several NFC devices out there.
View 2 Replies View RelatedI like to call a menu already created an activity without using the button on the smartphone.
View 3 Replies View RelatedI cant seem to open a new view from an options menu item. The program keeps crashing as it applies the intent and listener to the item. I am just beginning, so please be nice. The current view is mnf sms, and the view I am trying to open is mnf sms_settings. I am developing for 1.5. Could someone please help me get the menu working. The menu (called options_menu.xml): Code...
View 5 Replies View RelatedIs there a way for a button to call a submenu? I currently have a menu where if they select one of the options it opens a submenu, however I want to be able to start the submenu from the Button widget instead of the Menu object.
View 3 Replies View RelatedOn cupcake builds we are unable to open IM app from main menu. When we open the app, it gets closed immediately and adb logs show the following error.
CODE:......
It is trying to load some thirdpartyplugins in packages/apps/IM/src/ com/android/im/app/FrontDoorPlugin.java file. Here it is getting plugins count zero and after that the app gets closed. Do we need some thirdpartyplugins for this to work?
I am running 1.6 right now, are there any browsers that have flash support? right now im using Opera and it does not, or can 1.6 even support flash?
View 1 Replies View Relatedit would be great to get scalable open Vectors in the browser.
View 18 Replies View RelatedDoes the Android WebKit supports the XPCOM framework or NPRuntime API`s as like Firefox? How to implement JavaScript in the Android WebKit plug-in? Update: I am writing a media player plug-in for the Android WebKit browser and my plug-in needs to get the command from the web page through JavaScript (some actions like play/pause/stop/resize are issued as JavaScript commands from the browser). My plug-in is written in native C code. Are there any examples or sample plug-in available for JavaScript communication?
View 4 Replies View RelatedI have an svg file created in Inkscape app. I am wondering whether the Android web browser can render svg file or not. If not, is there a plugin that I can install to make it work?
View 6 Replies View RelatedCan Activity "A" open the options menu of a view in Activity "B"? In this case I am building Activity A but Activity B can be any other running activity. I think this is an impossible security violation but I really want someone to prove me wrong.
View 2 Replies View RelatedI am attempting to get my app to open a settings menu screen and return. The problem I am having is when in the settings page, upon pressing the back button, the app closes. I am VERY new to programming in general after fighting this for about 8 hours. code...
View 1 Replies View RelatedI'm trying from main Activity (MainFile.java) to open a Map as a new intent through a menu. Something like this...
CODE:..............
And I already have set up thing on my manifest.xml with access to...
CODE:........
It worked fine with other File.class, but with the Map.class doesn't seem to be working.
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 RelatedI have designed a main menu in android, but now I have no idea how to open that application when I click some specific icon for that application.
View 1 Replies View RelatedI have done some reading and it looks to be no.
View 1 Replies View RelatedI log onto a secure website at work. When I log on there is a menu where you select a topic, a further menu slides out and you select another topic from a third menu that slides out. I cannot select the third menu because as soon as I try to click on the second menu I am taken back to the first menu. I have tried this using Chrome, Firefox and the Android browser on my Nexus 5 and Samsung Galaxy Tab 2 7.0. The same website works perfectly with my Safari on my iPhone 4 and iPad.
My Nexus 5 is on 4.4 and my Samsung is on 4.2
I have a button in my app. When it is pressed I call the onSearchRequested() method. When this is called the stock search box comes up so the user can type some junk in there. When they press "Go" I need the results returned back to my application but instead the stock browser is opened and a google search is performed. How can I tell it to return the results to my application instead.
I've tried these items in my manifest.xml file:
CODE:.....................
How to open an URL from code in the built-in web browser rather than within my application? I tried this:
Intent myIntent = new Intent(Intent.ACTION_VIEW, Uri.parse(strURL));
startActivity(myIntent);
But I got an Exception: "No activity found to handle Intent
{action=android.intent.action.VIEW data =www.google.com"
Is there a setting anywhere in the browser (Either default or on Dolphin) which would keep the browser from opening up a new tab every time I try to open the browser? It gets very annoying closing 30 tabs a day. 90% of which are the home page.
View 4 Replies View RelatedI want to make something like hyperlink. Right now, I created button, which opens new Activity with WebView. But I want to open a "globally" default web browser at specified URL. How can I do this ?
View 2 Replies View RelatedShort question that i cannot get my finger on, I'd like to launch a new browser from my WebView after people click a Hyperlink. But how can i set that target of that link to escape the WebViewClient? code...
View 2 Replies View RelatedI found this on google discussion boards: Android UTF-8 - Google Mobile Help
Just wanted to double check with pro's here to make sure that adding a font set is not possible unless one has root access. I need to add non-English font support to Browser and email client to be able to read other languages.
The company I work for produces allot of video and we want to target as many devices as possible, but the question came up of what does the Android do? I personally own an Android based phone running 2.1, but I can't seem to get the HTML 5 tag to work. Even when I can trigger the browser to playback the video it just throws a notification error that it can't.Are there guidelines to producing Android/HTML 5 compatible videos? Is it truly supported?
View 2 Replies View RelatedIs the browser application on android open source if yes can u please help me finding the source code.
View 1 Replies View RelatedI am trying to open up http://www.google.com in my emulator default browser. But it is not to open it. My computer is connected with Internet and emulator is also display the 3G symbol on status bar. So why could I not to open up website in emulator. It is return Web Page not Available message.
View 2 Replies View RelatedWhen a user clicks the "about" button in my app's menu I want it to open the browser and go to a specific webpage. Is there like a one - liner out there somewhere to do this? Seems simple but Google is not being helpful right now - or I'm just searching the wrong thing.
View 5 Replies View Related