We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

PWA offline app with .php calls

Home Forums General Questions PWA offline app with .php calls

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #72413
    tomtm
    Participant

    Hi,
    I created a more less complex project. (I’m not a web developer :-))
    The client can extend products on the web server, creating new folders with additional textures.
    Therefore I use .php scripts to check if there are new folders to get the new image pathes.

    Everything works great and robust, but if I use offline mode with PWA, the app won’t start because I guess there is no service for execute the .php scripts.

    Is this possible with PWA offline to add something that executes .php scripts or is
    it against the concept of PWA offline apps?

    Thanks Tom

    #72418

    Hi Tom,

    This is more about the offline mode than about PWA. PHP scripts are usually located on the remote server and the client (browser window) requests the server to execute PHP. Therefore if there is no Internet connection – no requests pass through, and PHP is not invoked.

    Chief 3D Verger | LinkedIn | Twitter

    #72435
    tomtm
    Participant

    Hi Tom,

    This is more about the offline mode than about PWA. PHP scripts are usually located on the remote server and the client (browser window) requests the server to execute PHP. Therefore if there is no Internet connection – no requests pass through, and PHP is not invoked.

    Thanks Yuri for clarify!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.