Seznam browser issue with Capacitor.isNativePlatform()

Simply, running

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

within ‎Seznam.cz App - App Store browser i get true followed by not implemented Plugins (expected) errors. Not sure if its an issue within browser of Capacitor. Does not happen within other major (Chrome, Opera, Mozilla, Safari) browsers - returning correct false.