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){...
I have a webview setup. When I click on a url within the webview it crashes the app. Any suggestions?
Here is the error I get:
Error occurred on line: 357 (ViewSite)
java.lang.RuntimeException: Method: Initialize, Class: uk.co.martinpearman.b4a.webkit.WebViewExtras not matched.
at...
Hi, I hope someone can help me
My problem is that I want to access the codes of the Instagram Inspect section and receive the caption of the posts, the code is compiled and executed without any errors, but after entering the link and requesting the download, I receive the following errors.
codes...
Hello dear friends
I want to touch EditText in WebView when touched inside the app Edit Text.
But I can not do that, Please guide me !
Thank you in advance for your effort .
addJavascriptInterface [WebViewExtras] CallSub [B4XPages] Example
I created a Example (after search and not found)
send data: from WebView to B4X / from B4X to WebView ,
using addJavascriptInterface and CallSub,
thre are sam B4XPages also, hope it's useful, and there are some room...
This is the webpage I am dealing with:
https://qrisk.org/three/index.php
Managed now to populate all the controls properly, but having problems submitting the form, so pressing the Calculate risk button. Tried many variations, but it seems this should do it:
Javascript =...
Installed the WebViewExtras library (1.42) and trying to set the values of the controls on this webpage:
https://qrisk.org/three
All working perfectly fine, except for 2 controls, called sbps5 and weight.
There is no error but they just remain blank.
I tried with sleep(0) and sleep =(10) etc...
Hello from France, I share with the community my first hybrid application construct with B4A.
The main game is embedded in a webview placed in the main activity.
And I used Firebase Admob library in a second activity.
The main difficulty was to establish the dialogue between Javascript and B4A...
Hi,
I've been trying to upload a file from a webview but when I click on "Choose file" nothing happens.
I've searched on the Internet and it seems like I should override the method "openFileChooser" but I'm not sure how to (or if I can) do that on B4A...
hello,
I am currently playing with webviews, but fail to click a button.
It is a simple html and php file, both limited to the most necessary, with an input field and a submit button.
I can write into the field using webviewextras, but the button is not triggered.
can someone possibly tell me...
Hi all,
I found a way (in a somewhat accidental) to run the file upload in a WebView.
I have used WebViewExtras and WebViewExtras2, but in the .b4a project file I have declared FIRST WebViewExtras2 and THEN WebViewExtras .
When, the code are whis:
Sub Globals
'These global variables will...
Hi,
I have been testing WebViewExtras and WebViewExtras2 to calculate the height of a WV and it occurs to me that the height is calculated correctly only if I execute it in Debug mode and I put a break point in the _pagefinished event (line #36 of the example). In "release" mode it is not...
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.