Hey there,
i´m struggeling with the Apple Approvement Team for using Cookies on an external Website. This Website is a booking-service written in PHP. If the Site is entered for the first time it asks about Cookies (as all sites do). Apple now wants me to implement App Tracking Transparency...
Hi,
Does anyone know how to deal with the Fire tv keys on a webapp that uses webview to navigate through a webpage with touchable images and buttons?
The problem is that when dealing with the Activity_KeyPress() to handle the back button and go back or exit the application:
Sub...
Hi all.
I have an html with JS and CSS - will it work in WebView?
<html>
<head>
<script type="text/javascript">
function Show(hp) {
var tbl = null;
var id = null;
var tblid = "";
id = hp.id;
tblid = "t" + id...
Greetings everyone,
I'm trying out a WebView for the first time and have what probably is a stupid question, but I hope you can be patient with me. :rolleyes:
In the designer I added a WebView. In my code, I used the following code to supposedly load an URL into the WebView and match the...
Hello
I had previously encountered such a problem in Android that when loading a specific link in Webview I encountered the following error:
TypeError: Cannot read properties of null (reading 'getItem') in https://Example.com/main-es2015.ef2fddc41b098271fdb4.js (Line: 1)
But I solved the problem...
Hi, this is my first post in the community and i would like to share an app. made with B4X. I am still in the learning process of the platform, so any advices about the app. are welcome.
GOPHRite is a Gopher client for Android devices. It uses a Webview to render the pages, cause i wanted the...
A project compiles and runs in Debug & Release without problem. However when trying to run a stand-alone package it crashes on open.
B4J 9.3 JDK 11.0.1
Libs: JavaObject jFX jRLDialogsX jSQL
There is an error evident when running the run_debug.bat....
So just to humour the compiler I...
My app uses webviews to display lightly formatted HTML syncronised from a web server for things like help pages etc. In B4a I use the WebViewSettings library to reduce the text to a reasonable size, as when I add the <meta name='viewport' content='initial-scale=1.0' /> header, it displays very...
hello everyone, Is there any libraries for B4A so you could have a WebView but with address bar
& authenticity of internally opened Chrome browser like the way Instagram & Telegram do it?
the ChromCustomTabs library is not the answer because of two reasons:
1- you have no controls over it like...
hi
I display a photo on WebView
I want to display a specific message to the user when clicked on specific points in the image
Like the image below, show a message when the user clicks on the circles. How should I do this?
Hi guys,
I need to create small desktop application which will show the users some direction between two points on map. User need to input first adress and second adress and I will show him the road from start to end point.
I found API for this on OpenRoute or OpenStreet Map (okey, basicaly I...
Hello
In my app, i have a simple webview. It works correctly with 99% of website.
But with an online javascript reader for PDF, the webview crash abruptly, immediately or after some minutes.
So abruptly there is no mention of bug, crash, failure or error in the B4A logs.
I think there is an...
Hello, i have a app, working with direct dowonload imagen from google drive,
now do no work more.. any idea, my new SDK is 30, B4A 11.0
<p><img title="RB=0.1*\beta*RE" src="https://drive.google.com/uc?export=download&id=1E_IMLqp99ephJocra--gsWBvN2eOstva" width="201" height="23" /></p>...
What I am trying to achieve:
- download a zip file from a known URL
- that zip file contains a html file + js + css + images (all files in the same folder)
- I will then unzip the archive in : rp.GetSafeDirDefaultExternal("MYPAGE") or File.DirInternal
- then I would like to open/show that...
Hello,
I have a webView and inside the page there is a link. When I click, the app redirects me within the same WebView and this brings an error.
Can it be redirected to the device's browser?
Hi.
I have a project in webassembly, i'm creating webview apk , in some devices is correct, in others it is not supporting webassembly
could force a new version of webview, or use the chrome browser on the webview?
B4A version 10.70 when compiled project in Release , webview load file problem :
WV.LoadUrl("file:///android_asset/asset/"&FILE_NAME)
but B4A version 10.20 work correctly.
I am observing that the first call to WebView.Initialize is taking about 3500 ticks. Subsequent calls take about 15 ticks. I am creating webviews dynamically; they are not bound to any views in a layout. If this is normal behavior, I couldn't find that documented anywhere and I don't recall...
I'm running IOS simulator on macbook, but WebView can acces only local pages and only few internet pages - not all.
Is this limitation of Simulator or I'm doing something wrong?
Is it possible to catch WebView errorCode like in b4a with WebViewExtrax2 library
Sub...