-
Notifications
You must be signed in to change notification settings - Fork 375
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[iOS] Sorry something went wrong is shown when user taps on Licenses option from the setting #1459
Comments
Note: As per this ticket #1424 in iOS, we can not restart the app hence user force out from the app by tapping on the "Quit" button. |
closing as a duplicate of #1424 |
@nityas I do get your point that this ticket is related to #1424 where user Exits the iOS app when tapped on the Quit button. Also, I have verified this ticket with the latest iOS build v1.5.1 (14) and Error loading page is shown when user taps on the "Licenses" option. |
@jeanregisser Verified with IOS test flight build v1.6.1 (23) and found that issue is still reproduced.
|
### Description Fix empty license page on iOS. Note: The data is just text, so could look nicer in HTML form, but is good enough for now 😉 ### Other changes None ### Tested <img src="https://user-images.githubusercontent.com/57791/89050430-0b16a080-d353-11ea-9bf3-b79fb183c8ad.png" width="50%" /> ### Related issues - Epic #4415 - #4560 - Fixes #1459 - Fixed #626 ### Backwards compatibility Yes
@jeanregisser Verified with Latest test flight valora build v1.0.0 (11) and found that Blank screen is shown when user taps on Licenses option from setting. Note: Issue is not repro on Android Valora build v1.0.0 (12) |
@annakaz i have Verified this issue with Latest test flight valora build v1.0.0 (15) and found that Blank screen is shown when user taps on Licenses option from setting. |
### Description Without `originWhitelist={['*']}` set, we were getting the following error on iOS release builds: `-canOpenURL: failed for URL: "file:///...` and the screen would remain blank. I thought I had tested this on a release build when I worked on this same issue for #4589 🤦 ### Other changes - Upgraded `react-native-webview`, (might help for #4735) ### Tested License screen displays correctly on iOS release builds. ### Related issues - Fixes #1459 ### Backwards compatibility Yes
I have verified this issue using using iOS test flight build v1.1.0(21) and found issue is fixed |
### Description Without `originWhitelist={['*']}` set, we were getting the following error on iOS release builds: `-canOpenURL: failed for URL: "file:///...` and the screen would remain blank. I thought I had tested this on a release build when I worked on this same issue for celo-org#4589 🤦 ### Other changes - Upgraded `react-native-webview`, (might help for #4735) ### Tested License screen displays correctly on iOS release builds. ### Related issues - Fixes celo-org#1459 ### Backwards compatibility Yes
Frequency: 100%
App version: Test Flight build v1.5.0(10)
Repro on: iPod Touch 6 (12.4), iPad 5th Gen (13.1)
Testing Account: 680 208 0265/Backup Kay
Repro Steps:
Impact: User is blocked to see licenses of the app.
Investigation: Error “Something went wrong” is shown when users navigate to the Licenses screen.
Current Behavior: App get crashed
Expected Behavior: Users should be able to see the licenses of the app.
Attachment: AppCrash_Licence_Quit.mp4 (Bug observe at 11 sec)
The text was updated successfully, but these errors were encountered: