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...
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...
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...
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
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...
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...
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...
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...
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...
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...
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...
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...
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...
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){...
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...
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)...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.