Questions tagged [android-webview]

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.

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. It uses the WebKit rendering engine to display web pages and includes methods to navigate forward and backward through a history, zoom in and out, perform text searches and more.

Apart loading from the web, this component supports loading from assets (location file:///android_asset/, this folder must be called "assets" and be present in the project root) or other arbitrary folder. It also supports JavaScript but it is disabled by default and must be explicitly turned on.

Documentation for WebView.

7462 questions
3
votes
1 answer

WebView - get back to Facebook comment when login successful

I'm developing a travel application. It has many place and user can comment on it using facebook comments. I used a WebView to display facebook comments. It can show the comments. But when click login and login successfully, the webview stand at…
Tai Dao
  • 3,407
  • 7
  • 31
  • 54
3
votes
1 answer

Knockout - Unable to parse bindings only within Android WebView

I have the following setup on my site. It is working fantastically on any standard browser and any normal mobile browser: Model: function SearchTerm(data) { this.Term = ko.observable(data.Term); this.Stamp =…
Mike Homol
  • 481
  • 5
  • 19
3
votes
1 answer

Soft Keyboard not displaying on touch in WebView DialogFragment

Edit: I have looked at the error page for this; no answers work. It seems it is an Android system bug that has not yet been solved. First off I've referred to this similar question. But the solution to that question does not seem to be the solution…
chRyNaN
  • 3,592
  • 5
  • 46
  • 74
3
votes
1 answer

@JavaScriptInterface to work with both ICS and JB projects

I am running into an issue with @JavaScriptInterface annotation requirement to support api 15 (ICS) and 17 (JB). I have an Android library project which is shared by two application projects. The library project contains WebView-related classes with…
3
votes
0 answers

Android webview embedded youtube video autoloop

In my project I have a WebView which loads dynamically generated webpage with embedded youtube video like this: