StoDevX / AAO-React-Native

The St. Olaf community, now in pocket size.
GNU Affero General Public License v3.0
42 stars 16 forks source link

Email app is not opening on android #6369

Closed drewvolz closed 2 years ago

drewvolz commented 2 years ago

Pixel 6 does not open the email app when tapping:

From debugging I have experimented with:

The email app will open when we pass our openUrl wrapper the following url

If we did choose to go with our wrapper over RNC's, we should add more error checking and data sanitizing. Mainly making sure we call

drewvolz commented 2 years ago

We can avoid calling encodeURIComponent because Linking should automatically handle uri encoding for us.