jquery - email encodeURIComponent no longer works after android update -


after recent update web app no longer fills in body of emails. email client comes proper subject body empty. web app worked in prior recent (awful) android update. think called lollipop. following jquery code.

$(document).on("click", "#sendemail",function(){     $(location).attr('href', 'mailto:?subject='                          + encodeuricomponent(emailsubject)                          + "&body="                           + encodeuricomponent(emailbody)     ); }); 

i suspect has gmail update. start looking? did else experience these problems?

for benefit of else may looking answer. seems gmail bug. recommend switching maildroid or email client.


Comments

Popular posts from this blog

ruby on rails - RuntimeError: Circular dependency detected while autoloading constant - ActiveAdmin.register Role -

c++ - OpenMP unpredictable overhead -

javascript - Wordpress slider, not displayed 100% width -