You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #3344 from numbersprotocol/fix-ios-google-login
fix(auth): Hide Google login on iOS
Hide Google login button on iOS platforms in both login and signup pages to prevent App Store rejection when Apple login is not implemented.
-**Platform Detection**: Use `Platform.is('ios')` from `@ionic/angular` instead of `Capacitor.getPlatform() === 'ios'` for better Ionic integration and consistency
Copy file name to clipboardExpand all lines: CLAUDE.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -146,5 +146,6 @@ npx cap open ios # Open project in Xcode
146
146
- Use Visual Studio Code with Prettier extension
147
147
- Run `npm run lint` before commits
148
148
- Maintain comprehensive test coverage
149
+
-**Platform Detection**: Use `Platform.is('ios')` from `@ionic/angular` instead of `Capacitor.getPlatform() === 'ios'` for better Ionic integration and consistency
149
150
150
151
This mobile application combines modern web technologies with native mobile capabilities to create a content authenticity and blockchain integration platform.
0 commit comments