internet

  1. ebrahim moradi

    Android Question Why not full support webview for video share and play services

    Hello friends, I apologize for this question, why when we use webview, it does not display the sites that play videos, for example, the piped site, which is similar to the YouTube site. Please help what parameter to use to open video player sites and sites including video sharing services...
  2. Mashiane

    B4J Code Snippet [BANano] Execute events when the internet is offline and or online

    Hi there The browser has a very nice way to detect whether its offline (internet off) and online (internet on), without one having to define a timer. The window object has an online and an offline status event. This can be useful when you want, when the internet goes off, log off a user etc...
  3. LucaMs

    B4A Library [B4X][B4XLib] B4XCheckInternetLM

    Very simple cross-platform library to test if an Internet connection is active. It has only one method, Check: Public CheckInternet As B4XCheckInternetLM Wait For (CheckInternet.Check(True)) Complete(Result As Boolean) If Result Then ' Else ' End If Set the DialogToo parameter to False if...
  4. A

    Android Question Problem sending text to server in trage sdk higher than 26

    Hi, when I put the trage sdk from the manifest to more than 26, I can not send anything to the server via httpjob with the poststring. I also added the following code to the manifest but it did not work: SetApplicationAttribute(android:usesCleartextTraffic, "true") What is the solution to this...
  5. A

    Android Question How to solve a problem?

    My app HHA-EVV does clock in and clock out for a home care agent. On clock in / clock out the app sends location and timestamp back to the server. If there is no Internet the data stored in the database. The next time user starts the app right after login the app collects the all unsent info and...
  6. M

    B4J Question Check WiFi connection in realtime

    Hello, I'm trying to check the internet connection in real time but I haven't figured out how to do it. I've searched the forum, looked at some posts but they were all for b4a. I also tried some of them but they didn't work. Any help is appreciated.
  7. saeed10051

    Android Question B4A B4J communications

    I have used Network library to send data from my B4A app on my mobile to my desktop running a B4J app. A custom data type can be send this way using wifi connection. I need to know which library / method i can use to communicate between my B4A app and B4J app over the internet. I am considering...
  8. M

    iOS Question Check if the WiFi and the Mobile Data are enabled

    How can i check if the Wifi and Mobile Data are enabled (not connected). And what is the event that triggers when one of those two change
  9. peacemaker

    B4A Class ImageInternetChooser: pick image icon up from Internet directly

    End-users of some apps may need to choose small icons to save it into app's database. But there was no tool to choose a needed icon in 2-3 taps, but the Internet is always under finger. It seems, now it's possible. No fully free services with API for image searching, with good big database...
  10. sentechnologies

    Android Question How to download images from internet server folder

    Hi, when my application starts, i need to download all image files from my web-server specific folder and place it in cache folder of app. i tried but i can't able to do it successfully.
  11. Star-Dust

    B4J Library [B4X] SD_ImageView

    I created a custom ImageView view that allows you to upload an image from the web. Just pass the URL as a parameter This class is B4X but does not depend on the XUI library NOTE: You can use this library for personal and commercial use. Include it in your projects.. Attention, even if it is a...
Top