Browse Source

Remove onload flag for ios

Sebastián Katzer 8 năm trước cách đây
mục cha
commit
77ecc1645a
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  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>