Ahmet Selcuk Sahin

Results 9 comments of Ahmet Selcuk Sahin

For anyone having the same problem, Our solution was to set launchURL for web and app differently. Like: - launchURL for web => https://www.example.com/1 - launchURL for app => app://example.com/1...

It also happens with the `launchAutoHide` option and not explicitly calling the `.hide()` method ``` typescript SplashScreen: { launchAutoHide: true, launchShowDuration: 2000, backgroundColor: "#F6F8F8", androidScaleType: "CENTER_CROP", splashFullScreen: true, }, ```

Thanks for this version! The logout functionality in this version should be really useful for us. I'm using Ionic Capacitor, but I can't seem to work with the request `OneSignal.Notifications.canRequestPermission`...

> When building debug build on mobile and adding debug SHA-1 to google console received from android studio it works. But when release on playstore and adding SHA-1 from developer...

> > > When building debug build on mobile and adding debug SHA-1 to google console received from android studio it works. But when release on playstore and adding SHA-1...

I can confirm calling `GoogleAuth.initialize({})` fixed my issue on both Android & iOS. I didn't define androidClientID anywhere, but registered a google.json file with gms. I'm also using other google...

I'm using @ionic/angular": "^6.4.1" @capacitor/network": "^4.1.0" & here is a working solution for me: ```typescript ... import { ConnectionStatus, Network } from "@capacitor/network"; import { Platform } from "@ionic/angular"; import...

We can also observe this on some devices in OS version: android13 Model:Redmi Note 11 Pro

same issue with different syntax, when type-casting inside the property. 1st parentheses is being removed. Added prettier-ignore as a work-around atm ```svelte ```