webview

  1. Demon95

    B4J Question help with webviews, javascript and css

    Hi everyone, I want to display a web page in my webview that has JavaScript and CSS built in. But it turns out the webview doesn't show much of the JavaScript (like graphics) and the icons aren't displayed either. Does anyone know how to fix this problem so the webview works like a normal web...
  2. Demon95

    Spanish No funciona los javascript en las webview?

    Hola a todos, quiero mostrar en mi webview una página web que posee internamente javascript y css....pero resulta que la webview no me muestra mucho de los javascript (como son lo de gráficos) y los iconos tampoco se muestran. alguien sabe cómo arreglar este problema y que el webview funcione...
  3. R

    Android Question WebView's PageFinished not being fired.

    Hello everyone, I am trying to make this code to work, it just seems that WebView's PageFinished event is not being fired after the url page load. I am using WebViewExtras2, the code runs but the event is not working. I can't find good examples and most of them seemed to be for ver 1.4...
  4. R

    Android Question Webpage on a WebView, populate the page

    Hello, do you know if you can populate a webpage being displayed on a webview component? Ideally I want to display a website on a webview and then populate some text fields on the page when scanning a qr code. Is this possible? Thanks in advance
  5. Dave O

    B4A Class DOHelp 1.3 - simple help system using webview and HTML pages

    Hi all, I created a simple help system for my apps and have packaged it into a free class (DOHelp) and demo app. It lets you open a help dialog showing your content as standard HTML pages (local or hosted on a web server). The content is shown in a webview, with basic browser controls in its...
  6. M

    Android Question Completely disable WebView interactions

    Hi everyone, I'm exploiting WebViews to show my SVG image. However, I wish to completely disable it in order to prevent the user to perform text-selection, clicking, dragging, everything... My plan B is to place a transparent panel over the WebView... I was curious to know if there is a more...
  7. MARCO C.

    Italian [B4J] esempio per iniziare con WebView

    Buongiorno, qualcuno ha a disposizione un esempio in B4J per l'utilizzo dell'oggetto WebView ? vedo del codice nel forum ma manca sempre un "pezzetto" per partire Sub Globals Private WebView1 As WebView Dim WebViewExtras1 As WebViewExtras Dim WebViewSetting1 As WebViewSettings...
  8. Jim2025

    Android Question A way to reduce the sensitivity of left-right swipes when using ASViewPager and WebView?

    I have used the ASViewPager library to swipe left or right, and I have placed a web view on each page. The problem now is that because the web view scrolls the pages it displays down at the same time, if the user moves their finger left and right, the page view goes to the previous or next page...
  9. jsaplication.mobile

    Android Question load file webview file://android_asset/www/index.html

    Hello B4A Team, I would like to bring to your attention an issue that significantly affects the development of hybrid applications in B4A. Over the past few years, I have noticed that support for loading local HTML files using the path file:///android_asset/www/index.html has been discontinued...
  10. b4x-de

    Android Example Load HTML files from DirInternal to a WebView with UltimateWebView2 and WebViewAssetLoader

    I would like to contribute to the never-ending question of how to load local HTML files into a WebView. The reason are the following recently asked questions (here and here by @Justmer Rivera ), which I found unanswered. Therefore I would like to give an example of how the library...
  11. U

    Share My Creation WebView with progress and no internet notification

    B4A WebView Project Description This B4A WebView project is designed to help you easily load and display a website within your Android application, making it feel like a native app. It's perfect for situations where you want your website to resemble an app or seamlessly load within one. Key...
  12. walterf25

    Android Question Weird behavior when Compiling in Release (obfuscated) vs Release

    Hi Everyone, I came across an unexpected behavior while trying to figure out another issue, I have a webview in landscape mode where I am loading a youtube video, I finally figured out how to get the player to cover the full screen. The problem I just caught is that if I compile and run the...
  13. walterf25

    Android Question Play YouTube Video on WebView or SMM (SOLVED)

    Hello everyone, i've been searching for a couple of days and have not found a reliable way to play a youtube video the way I need to. I have a video that I will be showing in my app, it's a tutorial video, I need the video to automatically start playing as soon as it loads and it needs to play...
  14. Duque

    iOS Question [RESOLVED] Click webview to B4I

    After 3 days of searching for solutions and trying almost everything, I don't want to give up on b4i. Context: I have a table in a Webview, the user can click on a cell and see information (this is already done for b4a and b4j). <script> function pulsa_cell(myDato){...
  15. drgottjr

    Share My Creation WVX-Lite (for B4J)

    this is WVX-Lite (for B4J), as in webviewextras-lite (with props to @warwound for his groundbreaking contribution to B4A). the principal idea was to provide a contextmenu for webview that allowed for image downloads. once you start down that road, you find you need a listener to override the...
  16. A

    Android Question Web View - need webview die continue

    I have a web vision, I get out of the application and, when the loaded page passes 20 minutes, the page does not continue, the page stops!
  17. Mynak

    Android Question Go back in WebView

    Sub Class_Globals Private xui As XUI Private WebView1 As WebView Private wve As WebViewExtras Private wvs As WebSettings Dim IME As IME End Sub Public Sub Initialize IME.Initialize("IME") IME.AddHeightChangedEvent End Sub Sub B4XPage_Created (Root1 As B4XView)...
  18. ebrahim moradi

    Android Question Why not full support webview for video share and play services

    Hello friends, I apologize for this question, why when we use webview, it does not display the sites that play videos, for example, the piped site, which is similar to the YouTube site. Please help what parameter to use to open video player sites and sites including video sharing services...
  19. LusazDeveloper

    iOS Question I Need help to open external link from webView

    Hi. I am building an iOS app that has a webview and inside it will show a web page in which there's a link that must open a external app when it's clicked. I did it already in Android with Don Manfred's help...
  20. AneeshJay

    iOS Question Allow file access for webview in iOS [Solved]

    Hi guys, In B4A ,I enable local storage in webview using the following, Dim jwb As JavaObject = wb Dim jset As JavaObject = jwb.RunMethod("getSettings", Null) Dim r As Reflector r.Target = jset ' Enable local storage r.RunMethod2("setDomStorageEnabled", True...
Top