Skip to content

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

@ridwanskaterock

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

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