Part of the Android API. A View that displays web pages. This class is the basis upon which you can roll your own web browser or simply display some online content within your Activity.
0
votes
0answers
2 views
HighCharts wont load in Android webview on Android +4.x
I am having trouble getting HighCharts to render in an Android Webview. This is on Android 4.0+
Below is my html code
<html lang="en" >
<head>
<meta charset="utf-8" />
...
0
votes
0answers
10 views
Accessing Android platform resources from WebView
Is there any way of loading a platform resource, such as android.R.drawable.ic_dialog_alert, inside a WebView?
1
vote
0answers
18 views
How to handle 304 Not Modified Server Response in Android WebView?
I am building a server which will depend upon HTTP Etag for returning 200 or 304 Not modified response. But I don't know how to handle 304 Not Modified Server Response in Android WebView?
0
votes
0answers
18 views
Pass data to JSP/HTML which is rendered using WebView of android?
Is there any option to pass data to jsp/html which is rendered through WebView of Android?
My requirement is, there is an agreement in PDF format which has to be displayed using WebView, it has ...
0
votes
1answer
25 views
Play html5 video inside webview doesn't work
I have a web that supposed to play an embedded html5 video inside it.
the problem is that in samsung galaxy s4 the video does not play but in nexus 4 it does
(android version is 4.2.2 in both).
i ...
0
votes
0answers
12 views
Android WebView flickering with viewport meta tag
I want to render the WebView content to fit in the viewport. I tried setting the following meta tag in html content but it doesn't work.
<meta name=\"viewport\" ...
1
vote
1answer
24 views
Android webview not opening sdcard path starting with special character
In android, i am trying to open an html file from sdcard path to show it in web view . As my path starts with some special character( eg. sdcard/11/#directoryName/index.html), it is not opening that ...
1
vote
0answers
17 views
How to Display ViewPager when Portrait and just Fragments when landspace
Im trying to find some help with including a Tablet mode for my application. It using a ViewPager with 4 Fragments, What i would like to do is have a tablet mode for 7" displays and 10" displays. I ...
0
votes
0answers
13 views
How to load image in webview from a blog one by one
I have an android app in which ,i have a webview on the top ,and previous,next buttons
in below, of the layout.I am aware of how to load an url in webview.I have a blog(blogspot) which contains ...
0
votes
1answer
15 views
backbutton on my android webview crash
Now im having trouble getting the hardware back button to work. The app loads fine as does page and everything else but as soon as i hit the phones back button it crashes then forces close. Google's ...
1
vote
1answer
32 views
Show only a part of a website in webview
can someone give me an example how to view only a part of a website?
I know how to load a website with webview, but as i said i only want to load the table(Link)
Thanks in advance,
0
votes
0answers
12 views
Android WebView Not Showing Fragment
App loads when I click on the fragment, just does not show anything just a white screen, Eclipse does not show any errors but there is something wrong. Any help would be great, sorry for being a noob ...
0
votes
0answers
6 views
Fragment WebView Error
i'm trying to implament a WebView into one of my framents but getting 3 errors, any help would be great, sorry only a beginner.
First (new WebAppInterface(this),
Second onCreateOptionsMenu(Menu ...
0
votes
1answer
9 views
Android WebView Default Context Menu
Easy question for you Android guys.
I've implemented an Activity with a single WebView, and it's working fine.
My question is: Does the WebView come with a Default Context Menu (onLongClick) to make ...
0
votes
1answer
31 views
WYSIWYG in Android webview
I've been trying to offer a WYSIWYG HTML editor to my users, from inside my app. It doesn't have to be a fancy WYSIWYG. I just need basic functionality like Bold, Italic, Underline, images, link and ...
0
votes
2answers
57 views
+50
How do I load local HTML files using a ListView in Android?
I've been working on a ListView within Android with a number of items. I'd like each list item to have a corresponding HTML file which loads in a WebView when the list item is clicked. Every list item ...
0
votes
0answers
12 views
Android webview and -webkit-column-axis: horizontal;
Does css propery -webkit-column-axis work on android webview?
Android: 4.0 and more
0
votes
1answer
27 views
My Android Webview App Closes when I tried to put AdMob Ads
Hi My app is forcefully closing and I dont know what is the problem in my code. can any one help..
When I run the apk file it says unfortunately app has been stopped
PACKAGE CODE
package ...
0
votes
0answers
26 views
Java script embedded in PDF
I'm having a checkbox in PDF, when checked system date is auto populated in a text box of same PDF, its working fine when opening through acrobat reader installed in a computer, but when the same ...
0
votes
1answer
79 views
Android WebView Hardware Rendering Weird Artifact Issue
On some devices like the Nexus 7 or Samsung Galaxy Nexus (possibly others), I noticed this issue (See picture). This is running on Hardware Acceleration Mode in a WebView. However, when I turn it to ...
2
votes
0answers
27 views
Highcharts on Android
I am having trouble getting Highcharts to render in an Android Webview. Here is my html page:
<html>
<head>
<script type="text/javascript" src="www/js/highcharts.js"></script>
...
1
vote
0answers
32 views
Catch POST from webview in android
I have a simple page in html:
<html>
<head>
</head>
<body>
<form action = "formular.html" method = "POST">
Name<inpt type = "text"></br>
Surname<inpt type ...
0
votes
0answers
43 views
Embed Youtube video inside an Android app
I'm using a WebView for displaying embedded Youtube video and that works on Galaxcy S2 (OS 2.3.5) and doesn't on Nexus S (OS 2.3.4), all I get is white screen without any video display.
Here is the ...
0
votes
1answer
26 views
MApView not displaying in android using google api v2
I have made an application in android for google map using mapView api2,I have tried the following code.map is runnig completely but i want it when snippet is clicked ,then particular "url" should be ...
0
votes
1answer
25 views
WebView - load a new URL/File after X seconds, ad infinitum
I need to be able to load a URL/File in a WebView and then after X number of seconds, load another URL/File (e.g. stored in an array)
I can succesfully load web page 1, but when I put a ...
0
votes
0answers
10 views
Webview - columnising my text
I have managed to fix my problem of auto resizing :
Auto Resizing the webpage in WebView
but now the text is being displayed in 1 column on the left for all webpages.
I have tried the same webpage ...
0
votes
1answer
21 views
JavaScript:Not able to insert image at cursor position of webview with specific Height and Width
I'm trying to implement RichTextEditor using WebView.
I used following code to insert image. it's working perfectly.
webview.loadUrl("javascript:
(function () { ...
0
votes
2answers
58 views
+100
WebView won't scroll in Android 2.x
I have a problem with the WebView.
I am opening a Webpage in this WebView and it won't scroll in Android 2.x, but it will scroll in Android 3.x+.
Any Idea what can i do to fix that?
This is the ...
0
votes
0answers
16 views
Lifecycle of a session cookie in an Android WebView / CookieSyncManager
I have an Android application which makes requests to my webserver via both a WebView and an HttpClient. I sync cookies between the two using a CookieSyncManager. So far, so good.
When my ...
-3
votes
0answers
13 views
Open html file with long text in textarea in webveiw android [closed]
Hi l open html file with a big text in , in android webveiw. if l open this html file on PC it's ok, but if l open its file on android (in my app) in textarea l see only first 123 lines of 500+. In ...
-1
votes
1answer
19 views
Android Webview content move top by click on Button
I am showing html file in web view , on that Web view I am having one button on bottom .After that scrolled down that html page I want to move top of that web view once clicking on that button .
I ...
0
votes
0answers
8 views
Android webview run a clip on intent
I want to get the url of the video clip in android webview and open it on intent.
how can I know if the user clicked and how can i get the url of a video clip on the webview in android? please help. ...
0
votes
2answers
41 views
How to create (custom) an Android app of our company's web portal [closed]
I am just new in Android programming, I would like to ask for help/tips/tutorial on how to create an android app of our company's web portal for my personal use and skills development.
When you open ...
0
votes
0answers
21 views
WebView, local html file gives “Unknown chromium error -6”, remote html does not
I am trying to load some local files (HTML, css, js and images) into the WebView.
The files display a HTML canvas animation (using CreateJS).
When I load the animation from my server, passing the ...
10
votes
0answers
178 views
+100
How to overide default text selection of android webview os 4.1+?
Before posting this question I've searched a lot but could not find any clear answers on this issue.
I have to override default text selection of android webview & show my custom text selection ...
0
votes
3answers
48 views
Call javascript function in Android WebView
Good evening.
I have an activity with WebView and Button on it. Android sdk 17. Website isn't mine, so I can't change it anyway. I need to do js code by android button click.
I'm trying to do this
...
1
vote
2answers
33 views
Auto Resizing the webpage in WebView
I am trying to load a webpage using a webview
String url = intent.getStringExtra("url");
WebView myWebView = (WebView) findViewById(R.id.webView);
WebSettings webSettings = ...
0
votes
0answers
14 views
Can't login facebook on WebView android 2.3
I'm developing a comment feature which use facebook commentbox. The user login and comment though a WebView.
Everything work fine on android 4.0. But on 2.3, when I click login, nothing happen.
My ...
0
votes
0answers
27 views
how to show a html page content on multiple webview to fit in the screen in android?
I am building an ePUB reader. I want to show the html content on Webview without scrollbar. The parts of the contents which fit in the screen should be displayed on the webview and the remaining parts ...
-1
votes
1answer
21 views
Go back to local file on Android webview from remote page
I am developing a web app in Android.
My situation: There are few html files to load on web view one file needs to go to remote server and load web page. Now I need to come to my landing page on ...
0
votes
0answers
23 views
Why content-width:320 is ignored by Android and defaults to device-width? How to fix to 320?
according to http://developer.android.com/guide/webapps/targeting.html
"Width values that are (...) less than (or equal to) 320 result in a value equal to the device-width"
Does anyone know how to ...
0
votes
0answers
18 views
apply multiple frames for different task in android web browser?
I am just creating application on web browser in android api 11 using html in that i divided the browser in three Frames
and i am trying to scroll only frame no 3.but it not scrolled.
i have created ...
0
votes
0answers
6 views
webview open mail prompt when I click on email Id
I am opening an url in webview in my app. I want to open a email prompt when I click on email Id which is in webview or if I press a number it should open call section and so on.
6
votes
3answers
99 views
Restore WebView position to same content on orientation change (Android)
I am facing an issue with WebView content scroll position and here it is: I am scolling down the page to some extent in portrait mode and when I change orientation to landscape the scroll moves up or ...
0
votes
1answer
21 views
Android WebView: Element height returned by JavaScript is inconsistent
I have the following HTML document:
<html>
<head>
</head>
<body>
<div>
<p>blah blah blah</p>
</div>
...
0
votes
1answer
62 views
Android WebView single image, remove white space on the right
I have tried\applied all the suggestions from StackOverflow...to no avail. What am I missing ? Thank you.
webView = (WebView) findViewById(R.id.webView1);
String imagePath = ...
1
vote
0answers
15 views
Cannot insert text into webview that is on a tab
I have two tabs and each of them contains a webview (with google page, for sake of simplicity).
The web view loads fine, but when I try to insert some text into Google's search field, the soft ...
0
votes
1answer
20 views
Occur some event when click on Webview
I am using webview in my application which opens html website. Now as per requirement of my company, I need to occure some event when user click on webview.
I have tried setOnClickListener() event ...
0
votes
0answers
27 views
Android: draw a WebView with Canvas
I need to draw a WebView with a Canvas. I'm now looking for an answer for two days but can't find anything doing what i need.
At the moment I'm able to show the WebView like this
WebView wv = new ...
0
votes
1answer
39 views
How to show Android Google default search results in webview?
I want to display default Google search Results in webview of my Android application. We can do it using Google Custom Search API but its is paid. I want to use Google default search to replace this ...


