Android Question Javascript Alert

DNA

Member
Licensed User
Me Again,

I have a website that required a compulsory set of fields on the website to be filled in.

I you dont fill in all the fields a javascript alert is called on the website to display a popup which informs the user what fields that is an error with, or was not filled in.

The javascript alert is not displayed, how do I fix this
 

eps

Expert
Licensed User
Longtime User
I think we'll need a little more to go on than that!

You're displaying your website in B4A...?

How are you displaying your website? WebView, Webview2? etc..?

Have you tried using console.log in your code to track values? If so have you surfaced those in the logs?

Some code would really help us to understand what you are doing and how to resolve it.
 
Upvote 0
Top