<div dir="ltr">Yes, the sounds can be defined by the app.<div><br></div><div>&gt; In the iOS case (with Cordova) the only way to make the sound play that I know is to put the file in the project&#39;s root and pointing to it. I tested and it works. Not that i use it very much, but sometimes it&#39;s needed...<br>
<br>&gt; The function you use to play a sound along with the notification is:<br><br><span class="" style="font-weight:bold;color:rgb(0,0,0);font-family:monospace,serif;font-size:11px;line-height:15.680000305175781px;white-space:pre;background-color:rgb(240,240,240)">if</span><span style="color:rgb(0,0,0);font-family:monospace,serif;font-size:11px;line-height:15.680000305175781px;white-space:pre;background-color:rgb(240,240,240)"> (e.sound) {</span><span style="color:rgb(0,0,0);font-family:monospace,serif;font-size:11px;line-height:15.680000305175781px;white-space:pre;background-color:rgb(240,240,240)">
      </span><span class="" style="font-weight:bold;color:rgb(0,0,0);font-family:monospace,serif;font-size:11px;line-height:15.680000305175781px;white-space:pre;background-color:rgb(240,240,240)">var</span><span style="color:rgb(0,0,0);font-family:monospace,serif;font-size:11px;line-height:15.680000305175781px;white-space:pre;background-color:rgb(240,240,240)"> media = </span><span class="" style="font-weight:bold;color:rgb(0,0,0);font-family:monospace,serif;font-size:11px;line-height:15.680000305175781px;white-space:pre;background-color:rgb(240,240,240)">new</span><span style="color:rgb(0,0,0);font-family:monospace,serif;font-size:11px;line-height:15.680000305175781px;white-space:pre;background-color:rgb(240,240,240)"> Media(</span><span class="" style="color:rgb(136,0,0);font-family:monospace,serif;font-size:11px;line-height:15.680000305175781px;white-space:pre;background-color:rgb(240,240,240)">&quot;/android_asset/www/&quot;</span><span style="color:rgb(0,0,0);font-family:monospace,serif;font-size:11px;line-height:15.680000305175781px;white-space:pre;background-color:rgb(240,240,240)"> + e.sound);
      media.play();
    }</span><br></div><div><span style="color:rgb(0,0,0);font-family:monospace,serif;font-size:11px;line-height:15.680000305175781px;white-space:pre;background-color:rgb(240,240,240)"><br></span></div><div>I didn&#39;t manage to make it work. Anyway I think it would be more &quot;normal&quot; a function like the one I sent. But, as I told before, the vibration and / or sound play only makes sense when the notification arrives in the notification area, not before I pressed on it. <br>
<br>Mind for instance a geofenced notification:the user must see it at the moment it arrives, and not 30 minutes later. In this case the vibration or sound are very important.</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Wed, Mar 19, 2014 at 5:44 PM, Burr Sutter <span dir="ltr">&lt;<a href="mailto:bsutter@redhat.com" target="_blank">bsutter@redhat.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div style="word-wrap:break-word">Are there no &quot;out-of-the-box&quot; sounds for Android?<div><br></div><div>I thought the iOS sounds were not driven by the indiviual app.</div><div><div class="h5"><div><br></div><div>
<br><div><div>On Mar 19, 2014, at 1:40 PM, Sebastien Blanc &lt;<a href="mailto:scm.blanc@gmail.com" target="_blank">scm.blanc@gmail.com</a>&gt; wrote:</div><br><blockquote type="cite"><div dir="ltr" style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px">
<div class="gmail_extra"><br><br><br><div class="gmail_quote">On Wed, Mar 19, 2014 at 5:50 PM, Miguel Lemos<span> </span><span dir="ltr">&lt;<a href="mailto:miguel21op@gmail.com" target="_blank">miguel21op@gmail.com</a>&gt;</span><span> </span>wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr">Hi<div><br></div><div>The sound event when the notification arrives doesn&#39;t seem to work (at least on iPhone; Android not tested yet).</div>
<div><br></div><div>And yes: the sound plugin is installed and working just fine.</div><div><br></div><div>Besides, I don&#39;t understand quite well the way you build the event. Example given by you for Android:</div><div>
<br></div><div><span style="line-height:15.680000305175781px;font-size:11px;white-space:pre-wrap;font-family:monospace,serif;font-weight:bold">var</span><span style="line-height:15.680000305175781px;font-size:11px;background-color:rgb(240,240,240);white-space:pre-wrap;font-family:monospace,serif"> my_media = </span><span style="line-height:15.680000305175781px;font-size:11px;white-space:pre-wrap;font-family:monospace,serif;font-weight:bold">new</span><span style="line-height:15.680000305175781px;font-size:11px;background-color:rgb(240,240,240);white-space:pre-wrap;font-family:monospace,serif"> Media(</span><span style="color:rgb(136,0,0);font-family:monospace,serif;font-size:11px;line-height:15.680000305175781px;white-space:pre-wrap">&quot;/android_asset/www/&quot;</span><span style="line-height:15.680000305175781px;font-size:11px;background-color:rgb(240,240,240);white-space:pre-wrap;font-family:monospace,serif"> + e.sound);</span><br>
</div><div><br></div><div>..What sound? I can have several sounds on a given folder...</div></div></blockquote><div>I haven&#39;t play too much with sound but e.sound is supposed to contain the filename of your sound file (like beep.wav / sirene.wav ...)  </div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div><br></div><div>I think a better - and more trivial - approach would be something like this (just an opinion...):<br>
<br><div>if (e.sound) {</div><div><span style="white-space:pre-wrap">                </span>if (device.platform == &quot;Android&quot;) {</div><div><span style="white-space:pre-wrap">                        </span>media = new Media(&quot;/android_asset/www/beep.wav&quot;);</div>
<div><span style="white-space:pre-wrap">                        </span>} else if (device.platform == &quot;iOS&quot;) {</div><div><span style="white-space:pre-wrap">                        </span>media = new Media(&quot;beep.wav&quot;); // root directory</div><div>
<span style="white-space:pre-wrap">                        </span>} </div><div><span style="white-space:pre-wrap">                </span>media.play();    </div><div>         <span> </span>}</div></div><div><br></div><div><br></div><div>Thanks guys :-)</div>
</div><br>_______________________________________________<br>aerogear-dev mailing list<br><a href="mailto:aerogear-dev@lists.jboss.org" target="_blank">aerogear-dev@lists.jboss.org</a><br><a href="https://lists.jboss.org/mailman/listinfo/aerogear-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/aerogear-dev</a><br>
</blockquote></div><br></div></div><span style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;float:none;display:inline!important">_______________________________________________</span><br style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px">
<span style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;float:none;display:inline!important">aerogear-dev mailing list</span><br style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px">
<a href="mailto:aerogear-dev@lists.jboss.org" style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px" target="_blank">aerogear-dev@lists.jboss.org</a><br style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px">
<a href="https://lists.jboss.org/mailman/listinfo/aerogear-dev" style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px" target="_blank">https://lists.jboss.org/mailman/listinfo/aerogear-dev</a></blockquote>
</div><br></div></div></div></div><br>_______________________________________________<br>
aerogear-dev mailing list<br>
<a href="mailto:aerogear-dev@lists.jboss.org">aerogear-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/aerogear-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/aerogear-dev</a><br></blockquote></div><br></div>