user agent

  1. Martin Larsen

    iOS Question Webview: User agent and cookies

    Getting and setting the user agent In B4A I can set get and the user agent using using Reflector: Dim r As Reflector r.Target = webview r.Target = r.RunMethod("getSettings") ' Get user agent userAgent = r.RunMethod("getUserAgentString") ' Set user agent r.RunMethod2("setUserAgentString"...
  2. M

    Android Question User-agent exoplayer

    Hi everyone, i tried to change the user-agent of exoplayer i tried with the code that error wrote here https://www.b4x.com/android/forum/threads/exoplayer-user-agent.86695/#post-548886 Without succes, i don't know if i have to initialize the view or create a layout with the designer. Error...
  3. Lucas Eduardo

    Android Question ExoPlayer 2 User-agent

    Hello, i'm tring to use 2 differents user agent in differents causes. I tried this code, but did'n work. Sub US1 #if Java import anywheresoftware.b4a.keywords.B4AApplication; import android.content.pm.PackageManager.NameNotFoundException; import...
Top