Explorar o código

Fix launchOptions not set due to removal of onload flag

Sebastián Katzer %!s(int64=8) %!d(string=hai) anos
pai
achega
689f47b9a6
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      plugin.xml

+ 2 - 1
plugin.xml

@@ -71,7 +71,8 @@
     <platform name="ios">
         <config-file target="config.xml" parent="/*">
             <feature name="LocalNotification">
-                <param name="ios-package" value="APPLocalNotification" />
+                <param name="ios-package" value="APPLocalNotification" onload="true" />
+                <param name="onload" value="true" />
             </feature>
         </config-file>