In earlier versions the common library did not make it to mobile. revMail was internally handled by mobileComposeMail (effectively anyway). Now, the common library makes it to mobile.
The above code should still work, but should call the mail app to send the mail instead of doing it inside the app. I would suggest using the “mobileComposeMail” call instead. You just need to reorder the parameters slightly. It works for both iOS and Android. If your app is also desktop you would need to check first. I’ll need to get my environment set up to actually test though (had to look at the code on a PC for now). Looking at the dictionary, we probably should put a check in the revMail call to pass on mobile or change the dictionary entry to refer to the mobile specific version. On Sat, Apr 7, 2018 at 3:11 PM Brian Milby <br...@milby7.com> wrote: > Yes, there was a change. I’ll have to wait until I can look at the code. > It is in the common library. > On Sat, Apr 7, 2018 at 1:21 PM Sannyasin Brahmanathaswami via use-livecode > <use-livecode@lists.runrev.com> wrote: > >> This was working in Standalones for iOS and Android in all versions < 8.* >> >> on sendFeedBack >> revMail "sivas...@hindu.org",,"SivaSiva App Feedback",\ >> ("Bug reports: " & cr & cr & "Describe what you did: " & cr &cr & "What >> happened: " & cr &cr & "What you expected to happen: " & cr &cr &cr & >> "Feature requests: Describe your idea in as much detail as possible." &cr >> &"Thank you.") >> end sendFeedBack >> >> But in apps made with SA - 9.0 it no longer works. >> >> I check the inclusions, to see if it was externalized, but "nada" >> >> Nothing changed in the dictionary… >> How to get revMail back ? >> >> BR >> >> >> >> >> >> >> _______________________________________________ >> use-livecode mailing list >> use-livecode@lists.runrev.com >> Please visit this url to subscribe, unsubscribe and manage your >> subscription preferences: >> http://lists.runrev.com/mailman/listinfo/use-livecode > > _______________________________________________ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode