N
N
nak-alexey2020-01-10 22:07:51
JavaScript
nak-alexey, 2020-01-10 22:07:51

Framework7 not working as expected?

There is a wonderful framework https://framework7.io/. Its functionality includes setting up routes between application pages and the ability to pass parameters https://framework7.io/docs/routes.html to them.
Here is the parameter passing

{
  path: '/users/:userId/posts/:postId',
  url: 'http://myapp.com/posts/{{userId}}/{{postId}}'
}

There are objects of the form
{
name: `
text/
text?/
text,
`
}
The essence of the problem is when the object that I pass has a forward slash or a question mark, the object is not transferred, and when not, then everything is fine. How can you overcome?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question