B4A Question Webview - source page, Java - MarcoRome (first post)    Jul 01, 2017 Look ---> WebViewExtra B4A Question WebView displays source - eurojam (first post)    Jan 09, 2018 did you try loadhtml also:
HelpView.Loadhtml(File.ReadString(File.DirAssets, "index.html") ) B4A Question Is it possible to view page source loaded into webview - JohnC (first post)    Jul 28, 2020 To my knowledge, there is no "View Source" pop-up menu option in Webview. B4A Question WebViewExtras (File Upload to Php) - domz    Apr 28, 2021 The code source below is originated in this site furom.. I change the source to my created Php File to Move Uploaded Photo To A Folder (pc localhost with xampp) source: 192.168.254.147 - my pc ip address My problem when compile the code (see pic) ..I got an error which I think EventName As String i B4J Question Standalone Build cannot find WebView - Fr Simon Rundell    Apr 13, 2023 base/java.security.AccessController.doPrivileged(Unknown Source) at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$11(Unknown Source) at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source) at javafx.graphics/com.sun.glass B4i Question HttpUtils - kohle (first post)    Mar 31, 2016 I solved the problem. I have the webview in the layout, but in the source I had : WebView1.Initialize("WebView1_Click") When the webview is in the layout it should not be Initialized . But no error message. B4J Question WebView based on Safari?, and are other browser controls or libraries available to use in B4J? - Erel (first post)    Oct 18, 2016 The logs appear in the Logs tab in the IDE.
There is no way to see the source code.
WebView is not based on Safari. It is based on WebKit. B4A Question How to Get the source code of a webpage with WebView and WebViewExtras2 not WebViewExtras? - Erel (first post)    Oct 02, 2017 If you are trying to access a public page (no need to sign in) then the simplest way to get the source is with OkHttpUtils2. Bug? Memory leak? - Bruce Axtens (first post)    Feb 26, 2015 web.WebView.processKeyEvent(Unknown Source) at javafx.scene.web.WebView.lambda$registerEventHandlers$31(Unknown Source) at javafx.scene.web.WebView$$Lambda$93/12265642.handle(Unknown Source) at com.sun.javafx.event.CompositeEventHandler$NormalEventHandlerRecord.handleBubbling Java Question [solved] WebView - Johan Schoeman    Apr 17, 2017 I am trying to wrap this Github project: https://github.com/lingarajsankaravelu/Katex?utm_source=android-arsenal.com&utm_medium=referral&utm_campaign=5577 I have done a similar project before when the original project makes use of a WebView. The previous project had this in class MathView: package Page: 1   2   3   4   5   6   7   Powered by ColBERT |