Skip to content

Can upup.js make multiple offline page specific URL ? #148

Description

@ridwanskaterock

Can upup.js make multiple offline page specific URL?

I have a web build with upup with multiple page application, and this web can be accessed if offline.
image

if i requested page

/chat_contact/add
or
/chat_contact

why this screen give offline text ?
even though i define this page in array

sample code for it

<script>
        UpUp.start({
          'assets': [
            '/logo.png', 
            '/css/style.css', 
            '/chat_contact', 
            '/chat_contact/add', 
            '/chat_contact/edit', 
            '/chat_contact/view'
          ],

        });
    </script>

Thanks

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions