Android Question How to capture data from a webview?

warayTek

Member
Licensed User
Hi, I'm using a webview to display a page locally as shown below.
Screenshot 2023-10-27 181615.png


Is there a way that I can parse the information/result?
example:
best_mactch: help
best_score: 0.889304519


Thanks for the inputs.
 

Sagenut

Expert
Licensed User
Longtime User
It's not possible to get the JSON directly and parse it?
 
Upvote 0
Top