Skip to content

Commit

Permalink
uipdate
Browse files Browse the repository at this point in the history
  • Loading branch information
fforres committed Nov 20, 2024
1 parent df36123 commit 217a459
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/entry.server.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export default async function handleRequest(
_loadContext: AppLoadContext,
) {
const userAgent = request.headers.get("user-agent") ?? "";
console.log({ userAgent })
const isWebview =
userAgent.includes("CriOS") ||
userAgent.includes("FxiOS") ||
Expand Down

0 comments on commit 217a459

Please sign in to comment.