Pooya Parsa

Results 1258 comments of Pooya Parsa

@chz Do you have a deployment URL or repo i can check? That would be helpful to discover bridge issue quickly!

Hi @fahdaddi. Can you please try by removing `start_url` option? (also i assume there is no workbox options in nuxt.config) **Update:** I can see url scheme is `http`. Service workers...

We was once using loading bar color as default but it was making design issues so had to revert. Have to test `#ffff` value on an android device to see...

Hi @adarshmadrecha I'm not the maintainer.

I didn't dig into this yet. Contributions to the Docs and Code are more than welcome BTW ;)

Hi @crutch12 . At the point of time there is no plan for vue 2 composition-api support since it is experimental and migration plan for from [composition-api](https://composition-api.nuxtjs.org/) needs nuxt3 implementation...

Vue hooks are only valid within `setup()` function immediate calls that can use vm instance. Nuxt plugins are executed before vue instance creation ([see here](https://github.com/nuxt/nuxt.js/blob/dev/packages/vue-app/template/index.js#L239)) so exactly we need to...

Thanks, @simllll for this PR and sorry about late review/answer. I just left a minor comment about this change. I think what you have proposed in your second comment is...

Hi. I see the problem but the fact is that we cannot predict deployment type during build to find out correct URL. One thing i would suggest is using proxy...

It depends on use case. Not always defaults are required. When using baseURL or absolute URLs for making requests is possible.