Quite new to doing apps for android so I’m having an issue trying to send email on android (test device is a samsung galaxy tab s) using native.showPopup(“mail”, options).
My email code has always worked fine on IOS and correctly pops open the email app, but on android it always pops open something called sidesync and not the email app (which has been configured and works fine to send receive email when using it directly outside of an app).
Anyone familiar with stopping this sidesync app opening and simply have the android email app open for user to send email?
Cheers.