Igor Talpa

Results 74 comments of Igor Talpa

@meirroth Hi! I decided to close the issues that were hanging here. Yes, I will mention about the edge case in the README.

Hi, @boss006133! I don't think it's a `nuxt-viewport` issue. Update your `tsconfig.json`: ```json "include": [ // 納入 .vue 文件 "src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue", "env.d.ts", ".nuxt/nuxt.d.ts", "constants/**/*.ts" //

Hi, @twatzl! ```js // nuxt.config.ts { viewport: { breakpoints: { mobile: 320, tablet: 768, desktop: 992, }, }, } ``` > However already at screen width 760px it gets weird,...

Can you please explain your case, where it's breaking for you? When do you need to render anything less than the mobile breakpoint?

@twatzl Try using `maxWidth` feature for this. https://github.com/mvrlin/nuxt-viewport?tab=readme-ov-file#feature

Hi, please take a closer look at the README https://github.com/mvrlin/nuxt-viewport?tab=readme-ov-file#configuration First, the server tries to read the value from the cookie. If it is valid, it renders the site with...

@MickL Sure, I'll look into it as soon as I get some free time.

@ionut-sg Hi! I don't think it's actually possible using only http request. Can tell you tell which one is iPad? `Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like...

@MickL it is. It will work as expected if the user already loaded the website and right cookie is set. @ionut-sg is asking to detect the initial request (by User-Agent)...