Not working 100%?
See original GitHub issueWe’re testing this on iOS and Android and seeing mixed results from the same code. We have a button, running openInbox()
onPress.
-
iOS (11)
- Simulator:
Nothing occurs when running the method, although I have a feeling this could be due to not having any accounts setup on the device.Expected behaviour. - Real device:
Always get taken directly to the system Mail.app, even though I have Gmail installed and configuredResolved
- Simulator:
-
Android
- Simulator: Nothing occurs when running the method, I have a configured gmail account on the device.
- Real device: Nothing occurs when running the method, there are mail accounts configured on the device
We have added the LSApplicationQueriesSchemes
keys as specified in README, are there any
other steps not documented?
Issue Analytics
- State:
- Created 5 years ago
- Comments:17 (16 by maintainers)
Top Results From Across the Web
Here's Why 100 Million Americans Weren't Working This Month
About 100 million Americans weren't working in early October, according the Census Bureau, and some of the reasons may come as a surprise....
Read more >How to Fix 'The DNS Server isn't responding' error [100 ...
Solution 4: Restart your modem and router. If your modem or router doesn't work properly, the DNS server could stop responding, either. You...
Read more >Not working 100 hour weeks? You're probably just lazy! - Reddit
To work over a hundred hours a week you have to work 14.25 hours every day. Assuming you take an hour lunch that...
Read more >Why doesn't height: 100% work to expand divs to the screen ...
I want the carousel DIV (s7) to expand to the height of the entire screen. I haven't an idea as to why it's...
Read more >SNAPCHAT NOT WORKING 100% FIX SNAPCHAT LOGIN ...
Well, here is a quick way how to fix snapchat not logging in error that ... SNAPCHAT NOT WORKING 100 % FIX ✓...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I must admit that I have not tested it with the Gmail app for iOS anytime recently - seems like the URL scheme might have changed.
This library does not currently support Android. I do have working code available for opening the inbox on Android, but haven’t yet found the time to merge it since it’s native code and will require a bit more testing then the simple Javascript required to make this work on iOS.
I understand you’re actively working on making this work for your app, so if I add the native code to a separate branch, could you try to merge it into the existing code in this lib? Would that work for you?
Nice one @mvanroon, will try it out when I can 👍