You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I request push notification permission dialog on iPadOS 15.0.2 the dialog doesn't show and I cannot enable push notifications. The code works fine on iPads below version iPadOS 15.0.2. It also works on all iOS versions til now (15.3.1).
Bug Report
When I request push notification permission dialog on iPadOS 15.0.2 the dialog doesn't show and I cannot enable push notifications. The code works fine on iPads below version iPadOS 15.0.2. It also works on all iOS versions til now (15.3.1).
Platform and Version
iPadOS 15.0.2
cordova info
PrintoutCordova Packages:
Project Installed Platforms:
Project Installed Plugins:
Environment:
ios Environment:
Xcode 13.2.1
Build version 13C100
Project Setting Files:
<gap:splash src="www/phonegap-build-images/splash/screen-ldpi.9.png" gap:platform="android" gap:density="ldpi" />
<gap:splash src="www/phonegap-build-images/splash/screen-mdpi.9.png" gap:platform="android" gap:density="mdpi" />
<gap:splash src="www/phonegap-build-images/splash/screen-hdpi.9.png" gap:platform="android" gap:density="hdpi" />
<gap:splash src="www/phonegap-build-images/splash/screen-xhdpi.9.png" gap:platform="android" gap:density="xhdpi" />
<gap:splash src="www/phonegap-build-images/splash/Default.png" gap:platform="ios" width="320" height="480" />
<gap:splash src="www/phonegap-build-images/splash/Default_at_2x.png" gap:platform="ios" width="640" height="960" />
<gap:splash src="www/phonegap-build-images/splash/Default_568h_at_2x.png" gap:platform="ios" width="640" height="1136" />
<gap:splash src="www/phonegap-build-images/splash/Default-Landscape.png" gap:platform="ios" width="1024" height="768" />
<gap:splash src="www/phonegap-build-images/splash/Default-Portrait.png" gap:platform="ios" width="768" height="1024" />
<gap:splash src="www/phonegap-build-images/splash/Default_at_2x-large.png" gap:platform="ios" width="750" height="1334" />
<gap:splash src="www/phonegap-build-images/splash/Default_at_2x-extra-large.png" gap:platform="ios" width="1242" height="2208" />
<gap:splash src="www/phonegap-build-images/splash/Default-Portrait_at_2x.png" gap:platform="ios" width="1536" height="2008" />
<gap:splash src="www/phonegap-build-images/splash/Default-Landscape_at_2x.png" gap:platform="ios" width="2048" height="1496" />
--- Start of Cordova JSON Snippet ---
{
"plugins": {
"cordova-plugin-whitelist": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-network-information": {},
"cordova-plugin-dialogs": {},
"cordova-plugin-badge": {},
"cordova-plugin-x-socialsharing": {
"PHOTO_LIBRARY_ADD_USAGE_DESCRIPTION": "This app requires photo library access to function properly.",
"PHOTO_LIBRARY_USAGE_DESCRIPTION": "This app requires photo library access to function properly."
},
"@havesource/cordova-plugin-push": {
"IOS_FIREBASE_MESSAGING_VERSION": "~> 6.32.2"
},
"cordova-support-google-services": {}
},
"variables": {
"SENDER_ID": "1884942702"
},
"platforms": [
"android",
"ios"
]
}
The text was updated successfully, but these errors were encountered: