소스 검색

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>