Posted in the B4J Code Snippets forum: https://www.b4x.com/android/forum/threads/class-b4x-wmhtml-remove-html-tags-and-replace-html-entities-with-their-corresponding-characters.162596/
See title. The html entities' data were obtained from https://symbl.cc/en/html-entities/ and some additional ones were added. The attached demo project contains the class; there are no library dependencies. Example code from the project:
Private wmHtml1 As wmHtml
wmHtml1.Initialize...
While searching for a library that can be used to display data on a chart using ABMaterial framework, I came across this post here I tried the example provided and it seems to work fine for my purpose, however I need to be able to change the width and height of the chart, I tried changing the...
I created a page using an html/js framework (https://aframe.io).
I will create an application from the html page.
It turns out that the framework expects a server serving the page, as it uses relative paths, otherwise it won't work.
To create the server I will use a third-party app...
Hello,
I have a hard about my project.
Only I get display in webview html file (not include javascript, css).
In my Webview(Html code), the data input and a button include.
When I click button, It does not work.So plese help and guide me.
(The html, css and jacvascript file within same folder...
I am aware that Windows Mobile and B4PPC are 'dead' for many years.
Yet I still have a wonderful and fully operational Pocket PC Loox from Fujitsu that I would like to revive for a small project (instead of a Rasberry based one).
In a separate thread ("Weather web service using HTTP") someone...
Hi all, I have never used this library but I would like to try and parse the following URL here what I am trying to do is parse Opera Librettos, if you guys can check the URL you'll notice that there's the Original language and the translated which both are placed in a table, I am having a hard...
Hello. I'm trying to extract parts of web pages and load them into a webview, but for some reason it doesn't work. Please help!
Error: ResponseError. Reason: , Response: <!DOCTYPE html>
Private Sub CargarReparto
Dim http As HttpJob
http.initialize("", Me)...
Hi community,
wanna ask whats the difference (in a B4J WebView) in a real Mouseclick on a Button to one fired programmatically with
Dim a as String = $"document.getElementsByClassName("myButton")[0].click();"$
myWebengine.RunMethod("executeScript", Array As String(a))
If i am clicking with...
Hello everyone,
Can Anyone help me convert the code of the four HTML text formatting tags to MS WORD format
- I present below examples.
It is supposed to be applied later, e.g .: Creating MS Word Documents shows @Erel as a great example ?
1.EXAMPLE:
<html dir="ltr">
<head></head>...
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...
OUTDATED! New Version to, have look here: RTFeditor Version 2021 | B4X Programming Forum
Hello to all forum Members,
I hope all of you are well. Looking through the forum I find the library SMMRichEditor. Playing around with it I started a new project to use this lib to build a custom view...
I use the print library to print PDF content, as described at the post below. It works just fine.
https://www.b4x.com/android/forum/threads/76712/#content
Now, I need to print PDF on one part of the page, and HTML on the same page.
Would it be possible to do that with the print library ?
I know how to display pictures in HTML, using code such as :
<img src="file:///File.DirInternal/Default.jpg">
It works just fine, except when the same code is in an iFrame. It seems the HTML does not see the file.
Any idea ?
TIA
Hi
I'm loading a local html in a webview, but the webview is extremely slow. I tried adding hardware accelerating to manifest, and everything else found in forum. But none of them worked.
I uploaded my project. if that helps.
Also there's only a webview in my activity. nothing else
This is...
I placed it here as I use it with a B4A app...
Sometimes you need a QR-code generator in your website (which is working together with B4x). I searched for a standalone creator which is easy to handle. I came to this site: QR-code generator. I uses Javascript to generate the QR-code. I've...
Hello everyone,
I am a brandnew user and dare to ask my first question here. Please bear with me as I am a total beginner with all things regarding Android and B4A. :) I am trying to find my way into B4A by trying a few things out. Among them is this: I want to download a HTML file from the...
My help file is an html in File.DirAssets, which uses a dozen or so pictures and video. I don't seem to be able to address them in HTML, although they are in files.dirassets together with the html page.
I suspect they are in compressed form, and need to be extracted somehow. I searched the...
Hello,
sorry for my bad English.
I'm using OkHttputils2 to download a text file and read it. this file contains html code. I display this code in a webview.
it works well except for the characters "éèà% .."
is there a library to read this encoding correctly?
or how can I do it.
thank you
Hi everyone,
I'm possibly being very slow here but web dev isn't something i've done much/any of...
The aim is to try and get 2 text box inputs to be written to a database when a button is clicked.
Dim tabParam As ResultSet = Main.IntSQL.ExecQuery("SELECT * FROM TabletParameters;")
Dim...
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.