Share My Creation A Simple HTML Based Web App built with B4A

sorex

Expert
Licensed User
Longtime User
What is the difference between this and a plain webview where your website/webapp is running in?
 

Rajesh kannan MJ

Member
Licensed User
Longtime User
With plain webview accessing files with AJAX is not possible. We need to use webviewextra to do that.

This app contains multiple html files. And they are called through AJAX. It is not a single html file. If you check ionicframework you can see that.

I like Cordova so much. But I wanted to have the same ability in B4A. And it worked,

Technically, the app uses webview and admob plugin separately.
 

sorex

Expert
Licensed User
Longtime User
good to know that the standard webview has javascript limitations.

is it all running locally on the device? or accessing the (callback)pages online?
 

Tasyo28

Member
Licensed User
Hi Rajesh,

I just saw your creation and I'm still new in B4a, is it possible to have some samples how you did this masterpiece? because i want to create a html webapp that can be access offline and at the same time call them online too. If you can share your script files how to do it to have an idea thanks.

Regards
 
Top