Apps/webview: Fixed parse tag param and use Bing search

- Fixed parse case of tag param like "attr = value";
- Use the default Bing search as it only supports HTTP.
This commit is contained in:
2025-03-02 02:49:37 +02:00
committed by Max Logaev
parent 4d6ef342e1
commit 5aa17d5823
5 changed files with 28 additions and 16 deletions

View File

@@ -107,4 +107,4 @@ char editbox_icons[] = FROM "res/editbox_icons.raw";
#define DEFAULT_URL URL_SERVICE_HOMEPAGE
char version[]="WebView 3.66-3";
char version[]="WebView 3.7";