webview

  1. DarkoT

    B4J Question OpenRoute or OpenStreetMap - how to use?

    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...
  2. pwnzerjan

    Android Question B4A Webview not fully working

    can someone help me with my WebView the website is not fully loading and when i try it in my Laptop Browser it is 100% Working
  3. A

    Android Question WebView unexpected crash

    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...
  4. F

    Bug? Webview no show image from google drive

    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&amp;id=1E_IMLqp99ephJocra--gsWBvN2eOstva" width="201" height="23" /></p>...
  5. G

    Android Question [Solved] Webview local html + css + js + images

    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...
  6. desarrollo arg

    Android Question redirect web page out of my application

    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?
  7. acidorus

    Android Question webview not supported webassemby

    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?
  8. M-CAP7AIN

    Bug? B4A 10.70 Webview LoadUrl('File') Problem ?

    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.
  9. R

    Bug? WebView. Initialize is slow on first use

    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...
  10. B

    iOS Question b4i WebView in IOS Simulator can access only limeted number pages on internet

    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...
  11. B

    iOS Question B4i 6.5 how to use WebView.InitializeWithCustomConfiguration

    Can anyone please give an example for WebView.InitializeWithCustomConfiguration ?? as from b4i 6.5 WKWebView is used as inernal WebWiew library Is it possible to force this way the WebView will ignore Selfsigned certificate error or better to create handler for SSL errors and any other errors...
  12. DeveloperNima

    Android Question WebViewExtras (WebView) touch or click on EditText

    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 .
  13. Erick Kalugdan

    Android Question Select file (like PDF) then upload via WebView or OkHttpUtils2

    I have a web app (written in PHP) which is accessed by a WebView in my B4A app. I need the user to select a file (like PDF) from his phone and upload it to my web app via form POST as multipart/form-data. Note that the file is outside my app's assets / internal directories. I can't seem to...
  14. H

    Android Question webview question

    I have two webviews (webview1, webview2) on the form, one to show the website content and the other one to show the user avatar. I noticed that when I call webview.loadUrl from a button, then the session terminates (and I need to sign in) however if I close the app and reopen, then the session...
  15. R

    Android Question How to view 'Wunderground' web pages in Webview

    I cannot display any webpages from the weather site Wunderground in a webview. The webpage loads but then switches to a solid white screen. I have tried using chrome client as well but no luck. The sites display properly in PC browsers and in other browsers on android. Sample URLs are...
  16. B

    Android Question WebView don't show scriptmsg

    Hi everyone, my colleague wrote a webapp with visual studio that allor the users to login to save data on a database and show a confirmation message, and it works correctly via the browser. I've write an app with B4A that just load this webpage in a webview so i can easily share the apk with...
  17. R

    Android Question Capture Webview Problem

    Hello!, i'm trying to capture a webview and it doesn't come out complete I do not know what the error is, I attach project
  18. bdunkleysmith

    B4J Question [Solved] Problem with WebView and Integrated B4JPackager11

    I have a legacy project in which the main form and a modal form (for displaying a help screen) were designed in Scene Builder. Both contain WebViews. Being first developed under Java 8, I used Launch4j to produce the executable. However I had to make a minor update and having now moved to Java...
  19. Pablo Torres

    iOS Question unsecured calls to specific domains and non-secure pages in WebView at the same time

    Hi Everyone, I know how to make unsecured calls to specific domains using #PlistExtra: <key>NSAppTransportSecurity</key><dict><key>NSAllowsArbitraryLoads</key><false/> #PlistExtra: <key>NSExceptionDomains</key><dict> 'list the excluded domains (example.com and b4x.com) #PlistExtra...
  20. MitchBu

    Android Question Trying to save picture from WebView.

    Here is the code I am trying to use. I never get any file. WVLetter is the WebView. Dim WVPic As Bitmap = WVLetter.CaptureBitmap Dim Out As OutputStream Out = File.OpenOutput(File.DirDefaultExternal, "TestHTMLPic.png", False) WVPic.WriteToStream(Out, 100, "PNG") Out.Close...
Top