Android :: Can I Use Data URLs In Android 2.1 Web Kit Based Browser?
Apr 20, 2010
I am writing a tutorial about the HTML5 Canvas for mobile and did some basic tests. While I can call the getDataURL () Method on an iPhone's HTML5 Canvas Element, it does not seem to return the data URL on Android 2.1 (Google Nexus One) and it's webkit-based default browser. Here is the sample: var dataURL = canvas.toDataURL(); var img = document.createElement('img'); img.setAttribute('src', dataURL); document.getElementById ('box'). appendChild(img); This will work on iPhone, it will add a new image element with the same content as the canvas. It does nothing or fails on Android 2.1.Has anyone ever gotten this to work? I am also wondering if anyone could help me with understanding the WebKit Build numbers and what it means with regards to what features I can expect. For the iphone, I see a build number of 528.18, on Android 2.1's Browser I see (from the user agent strign) a WebKit build 530.17.So it looks Android 2.1's webkit browser is more up to date, still some features work on iPhone's webkit but not on Android. Does this comparison just make no sense?
View 1 Replies
Apr 15, 2010
Is it possible to write "extensions" for the webkit based browser found on Android devices?
i.e. extensions akin to Google Chrome's ?
View 1 Replies
View Related
Jul 5, 2010
I'm trying to find some kind of data only plan. The best I've found is data + other stuff for $30. I'm looking for $20 or less if possible. I don't want texting, voice, email, or any extras, just data. I have a phone that I use to call with, and a google voice #, so I would like to text via gvoice and use my other phone for calling. I've been using an iPhone over WiFi, but it's completely useless outside of my apartment (or somewhere that has wifi, which isn't where I usually go).I've read about a $25 android plan from tmo, but I couldn't find it on the site. Does it still exist?I don't currently have an android based phone, I intend to sell the iPhone and get one, so any suggestions on that would be nice as well.
View 2 Replies
View Related
Jun 9, 2009
I have written a small example which plays youtube videos. the code is: startActivity(youtubeIntent = new Intent(Intent.ACTION_VIEW,Uri.parse (youtubeUrl))); but I got the alert as "sorry, this video is not available". how to play youtube videos in android device by programming?
View 2 Replies
View Related
Jun 21, 2010
I would like to see a list of all the RSS URLs for Providers in Torrent-fu. Especially TorrentLeech. I like that it has isohunt, mininova, and what.cd integrated but we need TL and waffles URLs. I know you can go to the sites browser and open them that way but can we get a list going here?
View 1 Replies
View Related
Oct 13, 2009
I'm interested in whether there is a way to monitor HTTP(S) traffic on an Android phone? What I would like to do is to be able to retrieve all URLs that have been accessed on the phone's browser. I thought that there would be a browser intent for that, but have not seen anything - given I'm green, maybe I just did not know where to look?
I followed the question and answer here, but it works only for hyperlinks which were clicked by the user, however I need to catch all URLs - including the ones typed in by the user. Basically I need to know about every single URL that was opened in the web browser.
Can I register some kind of a handler with the browser?
View 1 Replies
View Related
Nov 10, 2009
I have a WebView that I'm using to open some files stored in the assets/ directory of my project. It works fine for most of the files, but there's one in particular (and I'm sure others I haven't found) that it just will not open.Code...
View 4 Replies
View Related
Nov 16, 2009
If a page has a URL or a phone number on it that isn't a link is there any way to have WebView recognize it and automatically turn it into a link like you can with TextViews?
With a TextView you would simply set the android:autoLink to the desired settings:
<TextView
android:autoLink="web|phone"
... />
but I can't find any equivalent for WebView.
View 2 Replies
View Related
Nov 6, 2010
I am hoping to create my own protocol handler for urls in a webview. I have tried two approaches already. The first was to attempt something similar to the approach defined here to create a customer protocol handler. http://java.sun.com/developer /onlineTraining/ protocol handlers / This works in a command-line Java program if I correctly set the system property java.protocol.handler.pkgs, but it does not work in Android, probably because I cannot figure out where to define this system property. Defining the system property in the code does not work. I assume this is because it needs to be loaded when the application first starts. I have also attempted to use URL.setURLStreamHandlerFactory. This works for creating URL objects within the code, but it does not seem to be associated with the WebView. Any ideas on how to get this working?
View 6 Replies
View Related
Feb 6, 2010
I'm registering an intent-filter on an activity to listen for url clicks from a certain domain:
CODE:.............
This works, but is there a way to filter out certain urls from my domain? For example, my app can only do something useful for the user if it gets a url like: www.mywebsite.com/orange
But if the user clicks on a link like: www.mywebsite.com/blue
I can't do anything useful for them, so I'd like to just let them continue using the browser to open that url. Is there a way I get a chance to see the URL before android pops up the chooser dialog and presents my app as a possible handler for the url? Is there some method in Activity which allows me to filter?
View 3 Replies
View Related
Sep 25, 2009
Is there a way to make URLs in a EditText clickable when the MovementMethod is set to ArrowKeyMovementMethod?
View 3 Replies
View Related
Aug 28, 2013
I have a few Android devices and I play around with them quite a bit - flashing ROMs, etc. - and there's one thing that tends to irk me: When setting up my Google account on the device, there's the following checkbox:
Bring apps, settings and other data that you previously backup up to your Google account
Is there any way to limit this to settings and other data? I've used a TON of Android apps, and there are many, free and paid, that I have no desire to use again. I know a more robust solution (Titanium Backup, etc.) is better, but I'm not always running with root and I'm not looking for extremely-fine-grain control. I simply want to skip installing apps I haven't used in months! I know I could simply uninstall the apps, but there are a ton. I'm willing to uncheck the box if I can get a clear understanding of what I'll be missing if I don't sync. I don't have much time to experiment with it at the moment. For example, I don't remember if known wi-fi networks are synced (compare to Windows 8, which does - if I remember correctly - along with tons of other data)
View 2 Replies
View Related
Oct 21, 2012
I'm looking for an backup application which will allow me to backup my apps and system data on roms based on stock ICS and restore to JB and vice versa.
Titanium backup does the job but after restoring on a new rom I get a lot of fc's and none of the apps works. I cannot restore call log and text messages, accounts, etc.
There's a lot of backup apps, I know. But I would like to be sure that they work as they should. Any app which will do the job?
View 4 Replies
View Related
Jul 1, 2009
I have a browser application that uses Json to retrieve some latitude/ longitude data from my netbook and I would like to port it to Android. Can you point me to some code samples that retrieve data from Android and return it to the browser. The browser fills in some form data fields and returns the form to the server for processing The application can be seen at http:gpsmancer.com/ourtown-B
View 2 Replies
View Related
Feb 15, 2010
When viewing sites with a lot of Flash ads like GameFAQs I get an annoying popup telling me that I have lost the data connection and the page could not be loaded. Only the ads are not loading, but I'd like a way to ignore or fix this.
View 1 Replies
View Related
Jan 28, 2010
I want to press an Android button and automatically direct the user to the PayPal site with all the relevant data POSTED along also.Is this possible?
View 1 Replies
View Related
Nov 15, 2010
I have set up a Button that will link to Google Checkout, however, I need to POST a whole lot of required data (not GET) so I can't use the usual Intent method.
CODE:......................
How do I post data to a URL by pressing a button and then load the result into a web browser? In this case it will be the Google Checkout webpage.
View 1 Replies
View Related
Feb 14, 2010
Does the Hero use the stock android web browser? Or, a browser made by HTC? I am having data issues with the Moment, so Sprint has a Hero on the way. But I love the stock android browser on the Moment.
View 5 Replies
View Related
Jun 28, 2010
sometimes when i enter a URL in dolphin HD it will default to a google search of that URL. for example i type in "formspring.me/blahbah" and it will search for that. same thing with "www.formspring.me/blahblah" but if i type in manually "http://www.formspring.me/blahblah" it will load just fine.
View 1 Replies
View Related
Dec 11, 2012
I have a file from a free Android app that holds a list of URLs in a separate file that the app reads. I wanted to get the list of URLs, but I don't know how to open the file.URL....Trying in wordpad or such just shows it's all encrypted in some manner.
View 1 Replies
View Related
Aug 31, 2010
What are C based services and Java based services in Android? What is similarity and dissimilarity between them ? Are C based services available in Android?
View 1 Replies
View Related
Apr 9, 2010
Is it okay to delete the browser data I deleted the cache but not sure about deleting the data.
View 3 Replies
View Related
Apr 18, 2013
I placed my sd card from my old thunder bolt and placed in my new one. How do I access the old data so I can use it with the new phone.
View 1 Replies
View Related
Jul 29, 2010
If I have wi-fi enabled and unlimited data plan... and I bring up the browser... am I using the browser over the data plan or the wi-fi? How do I know?
View 6 Replies
View Related
Dec 2, 2009
I just bought a Telus HTC Hero, which the seller had unlocked. I intend to use this phone with another carrier, Bell. After spending a few hours at Bell customer service, they finally managed to get the 3G data working (for weather, email etc.). However, the browser does not work, neither does the Market.
What seems to be causing the problem is that this phone is MASSIVELY tweaked (appears massive to me probably because I'm not that big on tweaking and don't know about the Android OS in general) by the previous owner who only had it for a few days. The Bell customer service person told me that they switched over a couple of other HTC devices from Telus that were NOT tweaked and the data works perfectly.
All I want is for the phone to be in original factory settings, with original ROMs, firmwares, software, etc. etc. Just looking at the whole bunch of different files that this guy had on the 2GB "gold" memory card made my head spin. He attempted to explain to me with all the "updates" and fancy "roms" and "roots" and crap that I didn't understand nor do I want to spend the time to learn.
I understand that a lot of people buy android phones because they love tweaking but I am not really into all that... I just wanted the phone for the form factor and the functionality and I don't want to worry about optimizing and whatnot. So my question is: is there any way to get the phone back to the most original possible software condition? I just want it "clean." Can I go ahead and wipe everything that is on the 2 GB card? What do I do? I performed a hard reset and it took me to some weird startup screen and I chose the first option which is like reboot now (there were also a bunch of other options including apply update.zip or something)... it still gave me the same MoDaCo build.
I can provide any information but I would really appreciate any help in restoring my seemingly very tweaked phone to original, factory settings, so it could be like any other phone being sold by Telus other than the fact that it is unlocked.
View 5 Replies
View Related
Oct 8, 2010
The H symbol is displayed at the top of the screen and the arrows occasionally flash. The 'up arrow' flashes more often than the 'down arrow'. I have at least 2-4 bars reception.
However when I try to browse there is a 'data connectivity problem' and websites will not load. None of my apps, gmail, facebook etc will sync.
I am on t-mobile.
Fixes I have tried:
- turn on/off
- APN settings check
- Airplane mode
Have spent hours looking at other 3g threads, but have not found an identical problem. My phone says im connected to 3g ('H'), but will not update email or let me access websites on the browser.
View 2 Replies
View Related
Jun 6, 2010
Is it possible to mount an external USB thumb drive to access its data from a file browser on the phone? I tried plugging one of my USB drives into a USB-to-microUSB adapter and plugging that into the phone, but it didn't mount anywhere.
View 10 Replies
View Related
Jan 2, 2010
Its there any way to make dolphin the default browser for all applications that launch a browser? Like quick search?
View 13 Replies
View Related
Mar 4, 2010
I'm making an Android Java app game (although this question applies to all languages really) and hope to release the first version soon. I'm nervous about how I save data in my game. My problem is that, if in a later update, I decide to store more data or store the same data in a different way, I need to be careful I don't lose or corrupt data for users that upgrade (i.e. I want users to be able to use data created by an old version in the new version, like their high scores from before).For example, say I want to save high scores in version 1.
View 3 Replies
View Related
Dec 16, 2009
I downloaded an external browser and I would like to use it as my default, so if I click on a link, it opens it up in the new browser. Is there a way to go about doing this?
View 7 Replies
View Related