浏览代码

Fix launchOptions not set due to removal of onload flag

Sebastián Katzer 8 年之前
父节点
当前提交
689f47b9a6
共有 1 个文件被更改,包括 2 次插入1 次删除
  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>