Skip to content

[Bug]: Seznam browser issue #8266

@theNomik

Description

@theNomik

Capacitor Version

Latest Dependencies:
@capacitor/cli: 7.4.4
@capacitor/core: 7.4.4
@capacitor/android: 7.4.4
@capacitor/ios: 7.4.4

Installed Dependencies:

@capacitor/cli: 7.0.0
@capacitor/android: 7.4.1
@capacitor/ios: 7.4.1
@capacitor/core: 7.4.1

Other API Details

Using "@capacitor/core": "7.4.1" and supported versions of other libs, but issue is more likely forgotten/wrong implementation than version bound.

Platforms Affected

  • iOS
  • Android
  • Web

Current Behavior

Repost of https://forum.ionicframework.com/t/seznam-browser-issue-with-capacitor-isnativeplatform/250018 ;

when using any of:

{ Platform } from '@ionic/angular';
import { Capacitor } from '@capacitor/core';
... 
Capacitor.isNativePlatform()
Platform.is(‘hybrid’)
Platform.is(‘capacitor’)

on Angular app loaded within this browser: https://apps.apple.com/cz/app/seznam-cz/id950278657 im getting true while expected is false.

Expected Behavior

All of:

Capacitor.isNativePlatform()
Platform.is(‘hybrid’)
Platform.is(‘capacitor’)

should return false within mentioned browser (or any other browser 🙃 )

Project Reproduction

Additional Information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions