Ush 1445 - Phone Input Field (Mobile)#1192
Open
ushahidlee wants to merge 50 commits into
Open
Conversation
Angamanga
approved these changes
Aug 15, 2024
Angamanga
left a comment
Contributor
There was a problem hiding this comment.
Works fine as far as I could test it 👍
| <ng-container | ||
| *ngIf="field.input === 'text' && (field.type === 'title' || field.type === 'varchar')" | ||
| *ngIf="field.input === 'text' && (field.type === 'title' || field.type === 'varchar') && field.label !== 'mobile_test'" | ||
| > |
Contributor
There was a problem hiding this comment.
Is this for the temporary test-thing?
Contributor
Author
There was a problem hiding this comment.
yeah exactly. The new field will be a 'text' field in the backend, so its a very close simulation of end to end.
tuxpiper
force-pushed
the
mobile-development
branch
from
January 28, 2025 18:20
7cb22cf to
20da475
Compare
…ck of subcategory
…efreshing the mobile app on web (#1364) * Fix for permission rights disappearing after refresh * Fixed collections for non admin users with permissions
…e visibility changed (#1362) * Allowing collection visibility to change after only-me * Returning back commented line
* Capacitor 6 * Fix for capacitor camera bug
…s page from viewing a post (#1380) * pagination attempted fix for my posts * Added comments for context
* Unhiding language-switcher in mobile app * Adding more language-strings * Adding Swahili * Removing logs
…roduction (#1419) * hack to simplify development
81% of minimum 80% translated source file: 'en.json' on 'cs'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
81% of minimum 80% translated source file: 'en.json' on 'sw'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> Co-authored-by: Anna Iosif <anna.iosif@me.com>
* Fix: Only parameters for posts - also fixes preview for image & twitter * Fix: import & use shared helper variable (that was added in USH-1510 web ticket) --------- Co-authored-by: Anna Iosif <anna.iosif@me.com>
* Using ONLY-parameters for surveys * Remove console.log
* Removing intercom-window from app * Adjustment to text
… support arrays (#1523)
tuxpiper
force-pushed
the
mobile-development
branch
from
February 18, 2025 07:24
076c7d3 to
a07f1c1
Compare
Member
|
I’ve pulled it up to be based on the latest of mobile-development . The only conflicts were with packages.json and -lock.json . Those files I overwrote with the latest of mobile-development, so they would need to be reviewed again here if changes need to be re-introduced. |
Member
|
Changes on package.json after the rebase: |
webong
force-pushed
the
mobile-development
branch
from
June 9, 2026 17:51
d78d19c to
4d72ebc
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue:
Our users would like a nice field specific to the entry of phone numbers.
Solution:
This PR wraps a widely used Javascript phone input library, with a Typescript Angular component so as to work inside of our ionic mobile app.
IMPORTANT: This PR has been implemented BEFORE the associated backend ticket and cannot be tested on the system at large until the backend ticket has been committed. The testing plan below can be employed until that time.
Testing:
(The last field in the survey is the mobile input field.)