elements in graphical user interfaces that host HTML content. For Android, please look at the android-webview tag. For iOS, look under uiwebview.
0
votes
0answers
12 views
Soft keyboard in webview - no “next” button to tab between input fields
My soft keyboad doesn't show this button when I focus webview input fields. Don't find anything about special settings to enable this - am I missing something? It doesn't appear in any kind of input ...
0
votes
0answers
11 views
Loading Webview with Mathjax Javascript Creating Empty Space?
Above is the layout with top and bottom with LinearLayout...and in the middle with Webview.
The Webview contains the html code that is configured with mathjax javascript for proper mathematical ...
1
vote
0answers
16 views
how to use custom color to highlight searched text in webview of android version 3.1
I have a thinkpad tablet of android 3.1, I have an app using WebView, and search some keywords, but the searched text not highlight, how to change the default highlight color of findAll and findNext ...
0
votes
0answers
12 views
Google cloud print print button not working within android webview
I started out with the google print tutorial and have enabled javascript in my android app. The user then clicks a php button (inside an android webview) to start the printing process. They select a ...
0
votes
1answer
9 views
Add a Webview Window to a existent iOS App that loads local stored HTML
Add a Webview Window to a existent iOS App that loads local stored HTML ... i am working on a app that loads a feed RSS and thats already done, but now the app needs a section that can be updated on a ...
0
votes
2answers
24 views
Creating back button to control WebView
I have gone through so many stackoverflow answered questions about this, but nothing has worked for me. I want the android back button to control webview history. Every time I hit the back button in ...
1
vote
0answers
21 views
Running Youtube embedded player inside (cocoa) screensaver - how to block/trap fake user events?
The Youtube player seems to send fake user input events in order to prevent the screensaver from starting (I'm on osx/safari but the same thing happens in windows). This happens both with the ...
0
votes
1answer
16 views
Handling Android back button in jQuery Mobile
I'm creating a jQuery Mobile app which is contained within a Titanium app's webview. When the Android back button is pressed, it exits the app rather than going to the previous page (not the best ...
-1
votes
0answers
8 views
webview zooming control not working on android version 4.0
i am using one html and in runtime laod images in html and html load in a webview with zoomsupport true property but zooming control not working on android v 4.0 .
please give reply as soon as ...
-1
votes
0answers
10 views
Android webview Outlook webapp owa
I have created an android app which is a webview(outlook exchange owa ).
It will be refreshed automatically every 5 mins.
Can we have a functionality like whenever there is a new mail in that ...
0
votes
0answers
7 views
video html5 in webview (android 1.6)
I read lot of topic about the html5 video. But I have not found a solution for android 1.6 in webview.
I use videojs.
I think it 's not possible with android 1.6. If it's not possible to use html5 ...
1
vote
0answers
17 views
downloaded non-english html file not readable in webview
save (malayalam) string content code
String A = "<html><head><style>"
+ "@font-face { font-family: Manorama;src: url(file:///android_asset/Manorama.ttf); }"
...
0
votes
0answers
15 views
Android-show HTML with CSS in WebView issue
As my company need i make a HTML show in a WebView,there are many tags in it.The result show right but when use copy function it show incorrectly .
see the picture below
piece of CSS code:
...
0
votes
0answers
28 views
Play dailymotion video on Android
Iam trying to play dailymotion video inside my android application's webview,the video's tumbnail is displayed but when i click the play button nothing happen ,i used :
String videoHtml = "<iframe ...
0
votes
0answers
10 views
Can't get my WebView WebPolicyDelegate to work on Mac OSX
I have a class derived from WebView and am trying to implement a delegate so I can intercept clicked web links. I'd like to decide whether to allow WebView to navigate to the link or sometimes take a ...
-3
votes
0answers
28 views
An unhandled exception (“$” is undefined) occured in Project.exe [closed]
I have a problem when my link has parameters..
HttpClient http = new System.Net.Http.HttpClient();
HttpResponseMessage response = await http.GetAsync("http://mysite.tv/dir/?emu=true");
string html= ...
-1
votes
0answers
10 views
Notification on new mail webview mail application [closed]
I have created a webview which is an outlook webapp.
It will be refreshed automatically every 5 mins.
Everything is working fine.
Can we have a functionality like whenever there is a new mail in ...
0
votes
0answers
23 views
css property “font-weight: bold” doesn't work in GWT application opened in javafx.scene.web.WebView
My application has two parts: one GWT based web application, second Java FX based standalone application. Web part opened in standalone application. To provide browser functionality I use ...
2
votes
0answers
17 views
Disable & enable auto-correct dynamically in the same html text area
I'm trying to build a twitter like autocomplete and am having trouble disabling autocorrect dynamically.
Essentially what I'm trying to do is have auto-correct="off" when someone hits # and ...
0
votes
0answers
12 views
Marker pin disappears in webview Android?
I'm creating a map app. I'm using leafletJS inside a webview in android. The functionally is great, except from the blue marker which should be om my map. In a PhoneGap application my marker shows, as ...
0
votes
1answer
28 views
More than 3 fingers on webview causes app crash?
Like the title says, when I drag more than 2 fingers across my webview. It causes my app to crash with the following log:
05-18 23:30:53.435: ERROR/dalvikvm(8204): JNI ERROR (app bug): local ...
0
votes
0answers
10 views
Web View Fragment html embeed video fullscreen suport
Hello everyone i got a question regarding how to enable full screen support in html embed videos on my webview i have hardware accelerated true on manifest and the video works ok but wen pressed to go ...
0
votes
0answers
15 views
WebView setBuiltInZoomControls issue
i have some strange problem with BuiltInZoomControls on WebView.
I have a couple of different texts that are displayed in different activities. im showing this text using webView and i want them to be ...
0
votes
1answer
33 views
How to open URL having POST request method in WebView in Windows Store App
I need to open some URL in WebView from the source code of an another URL. I am getting source code of that URL via ScriptNotify event. That URL contains a <form /> with GET/POST request & ...
0
votes
0answers
28 views
How to pass Login With Google Process in Cocoa WebView
I am developing a cocoa app for Mac OSX. It's a basic browser application and I use webview component.
In the page I want to connect, there is standard Login with Google Account button in order to ...
0
votes
0answers
13 views
Website displayed in WebView - open in Mobile Safari without access to App Source
I am writing a web application that requires part of the code to be run in safari. Because of the environment it is going to be deployed in, it will mostly be running in web apps on peoples devices. ...
-2
votes
1answer
30 views
How to edit TextView Android?
I want to load a text file in Android with custom size and color just as shown in the website (download the 1.html file). This is a HTML file and I have used WebView to show the file but I want to ...
0
votes
0answers
24 views
Vimeo Universal Player with Android WebView won't replay video
I have an android 4.2.2 app that uses a webview to play videos. I'm using html5webview as the base. The web page consists of several video thumbnails in iframes using the Vimeo Universal Player. When ...
0
votes
1answer
21 views
videojs addEvent doesn't work in android webview
I am implementing a youtube video player using video.js, I pass the url dynamically in js, and let video.js to play the video. What I want to do is let the js notify android side after the video ...
0
votes
0answers
12 views
Fullscreen upon play with Vimeo Universal Player on Android
I have an android 4.2.2 app that uses a webview to play videos. I'm using html5webview as the base. The web page consists of several video thumbnails in iframes using the Vimeo Universal Player. When ...
-2
votes
0answers
7 views
WebView as close as possible to browser [closed]
Is there anyway to get my custom webview to be as close as possible to the default browser as far as settings and such (not the UI)?
For some reason I get a different look of my page using the ...
0
votes
0answers
14 views
A progress loading bar & onbackpressed in fragment's webview
Well the title is explaining everthing already.
I know how to do this all in a normal activity, but i don't get it to work in a fragment's webview.
So when u click the android device's back button it ...
0
votes
0answers
42 views
+50
Jquery mobile problems in android 4.0.3 Device
I use jquery mobile and bind data dynamically from php json services like this:
$.getJSON("http://www.example.com/test/test_service.php?user_id=55", function(data) {
var n=0;
for (var i in data) {
...
1
vote
0answers
26 views
Get the index of selected text using JavaFX WebView
I am trying to get the index of selected text from webview using javafx according to html file.
My query is that suppose index of stackoverflow in a html file is 200 then if i select stackoverflow ...
0
votes
2answers
31 views
Displaying webpages without webview
Actually i want to displaying webpages with proxy in it, i have problem using webview. Is there any other way beside webview to displaying webpages in android? like httpclient or httpurlconnection? ...
1
vote
1answer
24 views
Place button on top of webView in GridPane
I want to create a refresh button for my webView that will be on top of the view (even if it hides part of the view), when I place the button on the Grid Pane it pushes the webView down or to the side ...
0
votes
1answer
18 views
Support for WebView
Does video.js support Android WebView?
We use an Android app to put a tablet in Kiosk Mode in which our web app runs. However, webview video tag does not give us a image of the first frame, only the ...
-3
votes
1answer
47 views
Is this the true difference between using PhoneGap and simply opening a WebView in my application?
I was lately assigned to create a PhoneGap application for 4 different mobile platforms. After playing around with PhoneGap for a while , i decided it wasnt good to serve my purposes as there were no ...
0
votes
0answers
55 views
Webrtc in Android webview
We have developed webapplication on Webbased Video / audio communication, in the backend, it uses webrtc + html5,
Now we are trying to make it native, and approach is
-- Developed a WebView,
-- ...
2
votes
1answer
29 views
Highlight the selected text using Javafx WebView
Is it possible to highlight the selected text in WebView using javafx 2.0 ?
I want to make a program which can format the selected text in html file openeing in JavaFX2.0 WebView.
I found ...
-5
votes
0answers
31 views
Login website form into iPhone app xcode [closed]
I have a question for you :
I created an application that use a website (ask.fm) and i want to log into this website. But i can't find the way to do it.
I have no skills in PHP, and more
Please ...
0
votes
1answer
22 views
Android: scaling SVG in WebView
I have a problem with WebView and SVG. When i load svg (with javascript) into WebView, it scales... randomly. Absolutely randomly on different devices and different screen orientation on one device. I ...
0
votes
0answers
23 views
Android Open WebView In Background Service And Capture Screen Shot
I'm trying to open URL in a WebView from a background service then take a screenshot of the hidden WebView.
Funnily enough it is not working! Is this possible? Some code snippets:
...
0
votes
0answers
17 views
android : issue in playing youtube videos in webview
My code to play vide is below. In onlt HTC phone, i am getting the error
"webpage not available
web page at ...
0
votes
1answer
46 views
Android webview Inject javascript with local image
I have a android webview. I am loading a remote page, for example: google.com using the standard WebView.loadUrl(url);
Once the page loads, onPageFinished(), I inject javascript like below...
...
0
votes
0answers
12 views
MyVideo video laggs in WebView
I show a video of MyVideo in a webview like this:
WebSettings webViewSettings = video.getSettings();
webViewSettings.setJavaScriptCanOpenWindowsAutomatically(true);
...
0
votes
0answers
15 views
I Need To use Camera feature for a hybrid application in android. Phone gap or should i write my own custom class?
I Need To use Camera feature for a hybrid application. Can i use phonegap or should i add my own custom code for camera access as phonegap might increase my bundle weight.
0
votes
1answer
30 views
View html from archive using WebView
I have zip-compressed file, which contains a set of html pages. I need to load html-pages from it. I need to redefine the mechanism of resolve of links. It is possible using WebView javafx?
0
votes
3answers
24 views
Webview not displaying html
My webview in my application does not show up. I went to the interwebs to find an answer, but I found nothing, just tutorials on how to use the control. I am trying to load a html file, but it is not ...
0
votes
0answers
57 views
How to work around the delayed/slow WebView rendering which occurs on some devices?
When utilizing a WebView to display simple formatted text (no remote content loading), some devices like the Nexus 4 or Galaxy Nexus have a very notable delay between onPageFinished() and actually ...


