B4A Question Change WebView UserAgent - agraham    Feb 26, 2023 Bing maps in a WebView but I want it to have a desktop useragent. No Google Maps will not do because... on the device as Edge has an option to switch to desktop mode.
I can open Bing maps in a WebView OK... B4i Question Webview: User agent and cookies - Martin Larsen (first post)    May 27, 2020
Since IOS 9 WKWebView has customUserAgent property,
Thanks! Your answer first let me google my way to this Stack Overflow post but when I tried with webview.customUserAgent i found... was very simple:
Dim Naobj As NativeObject = WKWebView1
Naobj.SetField("customUserAgent"... B4A Example Hide Packagename and UserAgent on Webview - Douglas Farias    Oct 17, 2018   (8 reactions) example of how hide the packagename and a user agent on a webview. This example use the code... with some modifications. on @MarcoRome the final request send the android user agent, and with this example the user agent is fixed on final request too. 'IMPORTANT HIDE PACKAGENAME Dim m As Map m.Initialize m.Put("User-Agent",userAgent) m.Put("X-Requested-With", "com.app.test"&Rnd(99,9999)) 'IMPORTANT HIDE USER AGENT... B4A Question webview User-Agent - agraham (first post)    Sep 18, 2011 i was asking to see if there was an different way.No you weren't! You were asking if there was a... B4A Question Webview detect language in app and user-agent - asap74 (first post)    Oct 24, 2022 Ok, you are right, i m Sorry.
I Will search more in the forum.
Thank you.... B4A Question Webview while access google API show user-agent is not permitted - DonManfred (first post)    May 11, 2017   (1 reaction) https://www.b4x.com/android/forum/threads/class-b4x-google-oauth2.79426/... Share My Creation (PHP/MySQL/API) User Login App - aeric    Aug 16, 2024   (31 reactions) Web API Updates: Latest B4XPages user login client apps (using B4J server): https://www.b4x.com/android/forum/threads/project-template-user-login-client-b4x.161914/ Older project: https://www.b4x.com/android/forum/threads/b4j-mysql-api-server-key-token-and-b4x-user-login-apps.126081/ 94106... Snippet title: Register User example using OKHttpUtils2 Both of the samples I shared are using very.... For the "Model" part, I only include "User" and "Password". It is easy... B4J Question b4j does not open an https ssl site, what to do? - Sagenut (first post)    May 13, 2025 Did you try changing the Webview UserAgent?
Check here
https://www.b4x.com/android/forum/threads/change-webview-useragent.146442/post-928470... B4A Code Snippet SaveAs - Let the user select a target folder + list of other related methods - Erel    Nov 1, 2024   (46 reactions) : ContentChooser (Phone libray) - allows the user to select a resource or file using external... (secondary) storages. Requires the user to first select the target folder. Once the user selected... the simpler version of ExternalStorage. Allows the user to choose the place where the file will be saved... Supported in Android 5+ (21+). Note that the user can change the file name. No simple way to get... B4A Question WebView Error: ResponseError. Reason: , Response: <!DOCTYPE html> - Erel (first post)    Mar 27, 2023 Error code 403 - forbidden request.
Might be related to the default user agent. Try to change it: https://www.b4x.com/android/forum/pages/results/?query=webview+user+agent... Page: 1   2   3   4   5   6   7   |