HTC EVO 4G :: Dolphin Web Browser / Unable To View Pictures (Image URL Or Attached)
Jun 23, 2010I seem to not be able to view pictures posted on a forum posted either by image URL or attached. How can I change this?

I seem to not be able to view pictures posted on a forum posted either by image URL or attached. How can I change this?
Do you think it will come a time when we can view e-mail pictures that are embedded in the e-mail? Hate when I get a forward and can't view the pictures. Am I missing something? It seems only when people officially attach the file is when I can see it. Other than that..I get the blue box with a "?" in the middle.
View 3 Replies View Related1. When I close out of the browser and come to it later, all of my previous tabs are still there. How can I set it up where when I re-open my browser, it starts out fresh and no previously opened tabs still there?
2. This is a big one for me and will delete it if I cannot get it to work. With the stock browser, it was easy sharing pics from the web with one click. With Dolphin, I cannot long hold a picture and hit "Share". There's just a View and Save option. So to send to someone, I have to save it, and then send it. Just extra steps I do not want to take and I do not want to pile up a bunch of un needed pics.
Question! I'm a big fan of the dolphin HD browser, but I can't seem to find a way to turn off 'mobile view.' There are lots of websites I like that won't let me see video if it detects I'm on a mobile device.
The stock browser has an option under settings to turn off mobile view, and it usually works.
Does dolphin browser have something similar? I can't seem to find it...
Its there any way to make dolphin the default browser for all applications that launch a browser? Like quick search?
View 13 Replies View RelatedAbout a month ago, all the sudden I couldnt recieve any attached pictures sent to me through text messages. I thought that maybe it was an application that may have caused this so i did a factory reset and installed only minimal apps that I use regularly. It fixed the problem and worked fine right after so I thought maybe that was it. Now after about 3 weeks or so, I am not getting attached pics in text messages again. I have not downloaded any apps either. When someone sends me a pic it will say who its from, the message size which ALWAYS says 6KB, and the expiration date. It will show a download box on the top right of the message abd when i push it, it will say downloading, then I will get a notification saying that the download was unsuccessful. What could be the cause of this?? I would hate to have to do a factory reset every 3-4 weeks to address this problem.
View 6 Replies View RelatedI am trying to launch an email intent with an attached jpg. I did:
Intent intent4 = new Intent(Intent.ACTION_SENDTO,
Uri.fromParts("mailto", "testemail@gmail.com", null));
startActivity(intent4);
this launches the email activity.
But when I try to add DataAndType (my jpeg attachment). It fails with
android.content.ActivityNotFoundException: No Activity found to handle Intent { action=android.intent.action.SENDTO data=file:///data/data/com.mycompany.mypackage/files/temp-picture type=JPEG
Intent intent4 = new Intent(Intent.ACTION_SENDTO,
Uri.fromParts("mailto", "testemail@gmail.com", null));
intent4.setDataAndType(Uri.parse("file://"+ mTempFilePath),
Bitmap.CompressFormat.JPEG.name());
startActivity(intent4);
I know there has to be away, but I can't figure it out. When someone emails me a word doc, how do I view it?
View 4 Replies View RelatedI am having some of the following exceptions:
CODE:................
I have googled it and see that it has something to do with popups and turning the screen, but there is no reference to my code.
The questions are:
Is there a way to find out exactly when this issue is happening? other than turning the screen, is there another event or action that triggers this error? how do I prevent this to happen?
How do you view an attached spreadsheet in an email? I only have OpenOffice.org Calc to try and figure it out, but when I receive the email, it won't let me "click" on the attachment to recognize it/open it. I downloaded Documents to Go (menu doesn't llist any email program to open) and Spread Sheet Lite (can't "find" the file) but don't know how to find the email/open the attachment.
View 2 Replies View RelatedI am getting the following remotely from clients so I don't know what hardware etc they are using.
CODE:................
This is happening because of a ProgressDialog
CODE:.............
The Activity looks like this in the Manifest.
CODE:........................
So what could this mean? I think it has something to do with the Activity being destroyed then created but as you can see I have the configChanges set correctly.
I use http://stackoverflow.com/questions/541966/android-how-do-i-do-a-lazy-load-of-images-in-listview/3068012#3068012 to load images in a ListView and a GridView. It works but the images are loaded form bpttom to top. How to fix that?
Bonus Question: Can I use a loading animation in a image view while the real image is loaded? Right now it's just a default image.
I am getting this error automatically sent to me from a lot of beta users. ava.lang. Illegal ArgumentException: View not attached to window manager at android.view. Window Manager Impl.findViewLocked(WindowManagerImpl.java: 355) At android.view.Window Manager Impl. removeView(WindowManagerImpl.java:200) at android.view. Window $LocalWindow Manager . removeView(Window.java:43 2) at android.app.Dialog .dismissDialog(Dialog.java:278) at android. app. Dialog. access $000 (Dialog.java:71) at ndroid.app .Dialog$1.run (Dialog. java:111) at android .os.Handler.handleCallback(Handler.java:587) at android.os. Handler. dispatch Message(Handler.java:92) at android. os.Looper. loop (Looper.java:143) at android.app. Activity Thread . main (Activity Thread.java:4701) at java. lang.reflect .Method.invokeNative(Native Method)at java.lang.reflect.Method.invoke(Method.java:521) At com.android. internal.os. ZygoteInit $Method And Args Caller.run (ZygoteInit .java:868) at com.android.internal. os. ZygoteInit .main(ZygoteInit.java:626) at dalvik . system . Native Start.main(Native Method) Since it comes from external beta users I dont know what they were doing when they got it. Nor do i know how to reproduce it. The stack trace does not list any of our code. Usually, this error means that there was an orientation change while a dialog was open, thereby invalidating the reference to the dialog when android recreates it. All of my activities already uses Android:configChanges="keyboardHidden|orientation" in order to prevent them from doing this. We still get the error. Has anyone else seen this before? What could be the problem?
View 6 Replies View RelatedI have an activity that starts AsyncTask and shows progress dialog for the duration of operation. The activity is declared NOT be recreated by rotation or keyboard slide.
CODE:............
Once task completed, I dissmiss dialog, but on some phones (framework: 1.5, 1.6) such error is thrown:
CODE:...............
My code is:
CODE:................
From what I have read (http://bend-ing.blogspot.com/2008/11/properly-handle-progress-dialog-in.html) and seen in Android sources, it looks like the only possible situation to get that exception is when activity was destroyed. But as I have mentioned, I forbid activity recreation for basic events.
I'd like to ask about how to proper handle progressDialog in Thread, since gettings the error from subject.
My code:
CODE:.......
Problem occurs when a dialog progress appears and I change my phone orientation, it freezes and crashes.
I am wondering how to track down this IAE? It doesn't mention my code (com.newsrob.*) in the stack trace.
Is there anymore information that I can automatically gather and include in the bug reports to get a better understanding why this happens?
CODE:..............................
I just found this on another forum and thought I would share it. It seems to be faster than Skyfire. Once you open it you will see the difference.
View 24 Replies View RelatedSeems like mine forces closes more than I would like. I downloaded the HD one for my inc. What's the difference between the HD and reg one? Also any other better or comparabers browers out there?
View 4 Replies View RelatedSometimes I wish I was Dr Frankenstein and could take the parts I like from all 5 major browsers and put them together into one SUPER-browser.
1. Stock Browser (full-featured but slow)
2. Dolphin HD (medium quick but weird bookmarking scheme)
3. Opera Mini (fast and great bookmarks, but no pinch-to-zoom)
4. Skyfire (all round probably best one, but slower than xscope)
5. xScope (very fast and light but lousy bookmarking and no copy text)
Anyway, I was giving Dolphin HD a shot because I like the way you can drag your bookmarks out from the left side. I actually like to have my bookmarks alphabetized (I know, NUTS, right?), but apparently Dolphin sees no need for this as they don't have any option to sort your bookmarks by any metric other than to drag each one by hand - a rough task if you have 200 bookmarks.
Dolphin does have this "Bookmarks to SD" add-on that will allow you to export your stock browser (universal) bookmarks to an html file, then import them back into Dolphin. Unfortunately, it somehow reverses the order of my A-Z alphabetized universal bookmarks so that they are Z-A in Dolphin.
I read on one of these threads that the Dolphin B browser was very good but I'm not sure, after using it, if it's any better than the browser that came on my phone from the factory. Any insight?
View 5 Replies View RelatedI just got around to re downloading it after Froyo and doing a master reset and its all different looking now.
View 16 Replies View RelatedEver since I got the Evo, I've been using Dolphin Browser HD -- the combination of tabbed browsing and great features make it an overall improvement over the HTC/Eclair browser.
Now that people are switching up to 2.2, are people switching back to stock for the much acclaimed speed improvements? Have people noticed significant differences between the new Froyo browser and Dolphin HD?
It is possible to block all the background work dolphin do with ads and the other unneeded service which use data and battery?
Suppose you leave dolphin open on a simple page while you are reading he is continuously using your system even if you don't need...It's really heavy specially for the battery.
The layout and options as auto Fullscreen are amazing but i would like it working as the stock browser without connecting in the background with the dolphin server without permission...
GT-I9505
Features:
- Fast work;
- Ease of management;
- Supports control gestures;
- Multi-touch;
- Synchronize with Google Bookmarks;
- Download videos from YouTube;
I was reading about the stock browser storing screen shots on the phone. Someone recommended using Dolphin. So which Dolphin browser do people use? Dolphin, Dolphin HD, or Dolphin License?
View 29 Replies View RelatedI have noticed when I visit a website on this browser it renders the page very small. I compared it side by side with the regular Dolphin browser that renders pages in normal size. Of course I can pinch zoom but its annoying to have to do that on the hd version,.. am I missing something maybe? Also I cant find youtube on the hd version...
View 11 Replies View RelatedWhen using the stock browser, I am able to go to and see actual websites whereas using the dolphin browser, entering the same web addresses leads me to the mobile version of the website. I rather the actual website. I tried looking under the settings of the dolphin browser for a fix but to no avail...
View 3 Replies View RelatedSo I just got the HTC Evo yesterday and I've just been playing around with it. I just downloaded the free version of HD Dolphin because I wanted to try it. The thing is I can't figure out how to use it or set it as my browser. I can't even find it on my applications, but it says that it's installed when I go to the Market. And I tried to go to Settings Applications. But then I couldn't find anything on changing the default settings.
View 4 Replies View RelatedDoes anyone know if there is a way to increase the maximum number of tabs you can have open at once in Dolphin Browser, or possible another tabbed browser with a higher limit?
My EVO runs great with tons of free RAM when I have 8 tabs open in Dolphin Browser. I would like to have the ability to open several more.
My question is, "Is Dolphin HD browser (or any other browser) better than/or worth using in place of the Samsung Fascinate's stock browser?"
I haven't found any direct answers to this question. I found lots of posts recommending the Dolphin HD browser, but that was compared to older android phones stock browsers.
I've had my fascinate for about two weeks now, and don't have a problem with the browser, but was wondering what other people's opinions are of the fascinate's vs other browsers. Always looking to make the phone better/faster.