Commit 689f47b9 by Sebastián Katzer

Fix launchOptions not set due to removal of onload flag

parent e5c47d72
...@@ -71,7 +71,8 @@ ...@@ -71,7 +71,8 @@
<platform name="ios"> <platform name="ios">
<config-file target="config.xml" parent="/*"> <config-file target="config.xml" parent="/*">
<feature name="LocalNotification"> <feature name="LocalNotification">
<param name="ios-package" value="APPLocalNotification" /> <param name="ios-package" value="APPLocalNotification" onload="true" />
<param name="onload" value="true" />
</feature> </feature>
</config-file> </config-file>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment