webview

  1. Phayao

    Android Question greek characters from sqlite not shown in webview

    Hello, I like to display greek words from an sqlite DB in a webview, using <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> in the head. But that seems to change nothing. Most characters are shown, but some are just left out, especially those with a tilde and accent as \...
  2. K

    Android Question WebviewExtras2 AddJavascriptInterface Not working

    Hello every one. in the folloowing code I use WebviewExtras2.AddJavascriptInterface to call a sub from B4a . but it never works , and I cant figure out the problem with this code and why the 'MyFunction' never gets reached Also I'm not sure about the first parameter to the...
  3. R

    Android Question resizing web page to webview

    I am trying to display a webpage in a webview. webview1.loadurl("http://www.yahoo.com") When the page loads, it extends beyond the right edge of the webview. Is there a way to get the webpage to render resized to the dimensions of the webview object?
  4. A

    Android Question back button(kiosk) to back in webview

    hi, my english is not so good.. someone knows how to do that when i press the back button(on my device), in the webview it will return back(to the before-last page). thanks
  5. A

    Android Question Search text in website

    hi, someone knows how to search text in a webview, like ctrl+F in windows, to search some text in a web page?
  6. Patent

    B4J Question fatal error in jfxwebkit.dll ???

    Dear community, i am dealing with a really standard webview in a b4j splitpane, nothing special at all. (loaded site is youtube.com, but i think that did not matter, no video playing, just browsing through..) from time to time i am getting a fatal error of the jvm. i cant reproduce it, but i...
  7. S

    iOS Question Webview not loading webpage

    Hi, After updating B4i to 4.40 version the Webview is not working anymore. This exactly same code was compiled 1 year ago with the older xcode version and worked perfect. Now I'm trying to use this code but webview always return success = false on Mywebview_PageFinished. At first I thought a...
  8. Loibl Johann

    Android Question Webview Link to Googlenavi APP

    I have a link from Google maps on a Webview. I would like to click this link in my Webview with Google navi App Eurojam has already helped me there. It starts the Navi app but after exiting the Navipp loads the Webview Web googlemaps. how can I prevent that If I call the same link in the...
  9. Alankoba

    Android Question Help with webview

    Hi everyone, I have a PHP application that runs inside a webview and this application opens a page that asks for username and password I would like to save the user and password as it is always logged out. Someone can help me.
  10. Loibl Johann

    German Webview Link zu Googlenavi APP

    Wenn ich in der Webseite vom Browser den Link mit einer Verknüpfung zb der Zielstrasse anklicke dann öffnet sich die App von Googl Maps und man braucht nur bestätigen das man die Route fahren möchte. Wenn ich das selbe in der Webapp mache kommt die Browser Goggle Map. Wie/Was müsste ich da...
  11. L

    Spanish cargar texto con caracteres latinos a webview

    Buenas tardes, tengo una duda a mi webview estoy cargando un html que contiene un texto, lo muestra sin problemas sin embargo no me muestra los caracteres latinos, me aparece como un recuadro con un signo de interrogación donde debería ir una vocal con acento. este es mi HTML <!doctype html>...
  12. D

    Spanish Controles de audio dentro de webview

    Hola, He creado una pequeña aplicación para cargar con webview una pagina donde hay un streaming de audio. El proplema es que tengo que pulsar al "inicio" o "detener" manualmente, y necesito que sea automático el inicio y la detención automáticamente...
Top