Re: [android-developers] Intercept all HTTP Connect request from webview

2015-12-30 Thread vipendra katre
You can use fiddler tool which is used for request monitoring. Thanks!! On 31-Dec-2015 5:25 am, "Samiksha Saxena" wrote: > Hi, > i have a sample app which is loading a webpage within a webview. The > webpage is over HTTPS and is routed through a proxy server. As i am using a > proxy server betwe

Re: [android-developers] Intent Uri and clickable link / not the same behavior in Browser and Email app

2015-06-25 Thread vipendra katre
Hello Mark, I am facing problem for Uri scheme to launch application from browser. I have created a html page with the below link: click to load and in the application Menifest file I have added Intent-filter for an Activity like: My application package name is: com.test.myapp

[android-developers] URL links are not opened in HTML viewer

2010-07-20 Thread vipendra katre
Hi All, I am invoking HTML viewer for display HTML file from sdcard, We have links displayed on the HTMLViewer. Tapping on those links sometimes opens the browser and sometimes doesn't open the browser on tapping the links. However it works fine with the track ball. Please let me know if a

[android-developers] Some time URL links are not opened in HTML viewer

2010-07-20 Thread vipendra katre
Hi All, I am invoking HTML viewer for display HTML file from sdcard, this file contain a URL link. some time the link from HTML page doesn't open. Does anybody has solution for this post. Vipendra Katre -- You received this message because you are subscribed to the Google G

[android-developers] webview Header Access

2009-11-24 Thread vipendra katre
Hi, I want to use Webkit.Webview to load an url using loadUrl(url), but meanwhile provide the server some additional headers when the http GET is sent out. Is there any way to add headers or change the default headers in Webview so that each time GET method would automatically add my cusomized hea