Ver Fonte

Remove onload flag for ios

Sebastián Katzer há 8 anos atrás
pai
commit
77ecc1645a
1 ficheiros alterados com 1 adições e 2 exclusões
  1. 1 2
      plugin.xml

+ 1 - 2
plugin.xml

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