[android-developers] Re: Unable to open Html file using intent in deafult browser

2012-04-18 Thread Mike Wolfson
Jovish, you need to ask these questions elsewhere (like StackOverflow or the Android Developers list). I actually didn't even read your issue - because this list is for Discussion, not Development. You are not likely to get your answers here. -M On Wednesday, April 18, 2012 1:13:11 AM UTC-7,

[android-developers] Re: Unable to open Html file using intent in deafult browser

2012-04-18 Thread Nadeem Hasan
Mike, I think you are on the wrong list :) -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr..

[android-developers] Re: Unable to open Html file using intent in deafult browser

2012-04-18 Thread Nadeem Hasan
"*The Web page at ontent://com.android.htmlprovider/sdcard/company info.html?test/html could not be loaded as: Th request file was not found.* " The URL looks malformed to me. The scheme part is "ontent"? Or is this a copy/paste issue? -- You received this message because you are subscribed t

[android-developers] Re: Unable to open Html file using intent in deafult browser

2012-04-18 Thread Nadeem Hasan
Also, see this: http://android.stackexchange.com/questions/4775/how-can-i-open-an-html-file-i-have-copied-from-pc-to-sd-card-of-phone -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers

Re: [android-developers] Re: Unable to open Html file using intent in deafult browser

2012-04-18 Thread Justin Anderson
> > Jovish, you need to ask these questions elsewhere (like StackOverflow or > the Android Developers list). > According to http://developer.android.com/resources/community-groups.html, this list is for ANYTHING related to Android. *The "water cooler" of Android discussion. You can discuss just a

Re: [android-developers] Re: Unable to open Html file using intent in deafult browser

2012-04-18 Thread Kostya Vasilyev
Getting back to the original issue: it's an Android bug. Even if the space is encoded properly (as %20) it may not open in the built-in HtmlViewer application on some devices. This is from my own little app's logcat output: 04-19 00:38:53.939 I/MimeUtil(23624): Intent: Intent { act=android.i

Re: [android-developers] Re: Unable to open Html file using intent in deafult browser

2012-04-18 Thread Jovish P
*Mike *, I was not aware about this. From now onwards I will ask my doubts on StackOverFlow and Android Developers list also.Thanks for pointing this out. As per Justin we can discuss anything related to Android in this group. So I think it is not an issue. I think the chances to get reply from thi