• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. M

    Extending LoadURL response timeout

    Is it possible to extend the period for which LoadURL waits for a response to a local net IP? I've a slow responding network and receive ERR_Address_Unreachable, whereas other means of accessing the local address are fine
  2. M

    LoadURL onReceivedError() not firing

    Simple kotlin app under android studio that makes a loadURL to a local address:- The function often fails, probably due to local net latency with: Web Page not available The web page at http://192.168.1.144/apikey/webcam could not be loaded because: net: ERR_ADDRESS_UNREACHABLE I have...