-
Notifications
You must be signed in to change notification settings - Fork 262
Open
Description
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.
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
Labels
No labels