-
# Summary
I have set up my `tsconfig.json` with the following:
```ts
{
"compilerOptions": {
// ...
"paths": { "@/*": ["./src/*"] }
},
// ...
}
```
This way I can import …
-
The iOS project we're using supports Push Notifications via Firebase. Currently, the code is commented out, and PWABuilder doesn't give any UI for it.
We could uncomment the push notification code …
-
This launcher is by far my favourite, so I'd like to request the ability to allow PWA shortcuts to show up in the search menu. When I install PWA's from Fennec (Firefox) or WebApps (F-Droid app) it do…
-
According to issue [#1964] Dash to Dock now respects apps badge counter, if the setting 'Application-provided counter overrides the notifications counter' is set:
![image](https://github.com/michel…
-
** reporting a _bug**
**What is the current behaviour?**
Build fails with error
**If the current behaviour is a bug, please provide the steps to reproduce.**
```
✖ ERROR TypeError: Ca…
-
I get a "ReferenceError: window is not defined" when I try to `import PWAPrompt from 'react-ios-pwa-prompt';`
I believe this an issue with SSR in next.js. Is it possible to execute `deviceCheck()` …
-
### Problem Statement
I installed the `@sentry/astro` integration in my Astro Project:
```ts
import { defineConfig } from "astro/config";
import cloudflare from "@astrojs/cloudflare";
import sentry …
-
In order to ensure stable releases don't break the wider ecosystem it'd be beneficial to have tests running for all libraries used with Next.js so that we can catch potential bugs early.
Non-exhau…
-
### 📦 部署环境
Vercel
### 📌 软件版本
v1.19.30
### 💻 系统环境
iOS
### 🌐 浏览器
Safari
### 🐛 问题描述
在pwa情况下,使用ipad进行对话,调出键盘再缩小键盘之后,会出现页面上移的情况,感觉跟https://github.com/lobehub/lobe-chat/issues/618…
-
### Is there an existing issue for this?
- [X] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- [X] I have reviewed the documentation https://docs.sentry.…