-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
Improvements discussion #1
Comments
For now notification permission request shows up immediately after app starts. This needs to be changed for ability to call from JS code. |
I have made a push permission request from JS code. |
Fixed errors in requesting Location or Media APIs. |
Could you tell please, what about apple social login? I get an error [core] No URL for Apple ID Authorization |
Do you use this library? I don't try it actually, not sure I can help. |
I added Appleid domain to WKAppBoundDomains in Info file and using this guide https://developer.apple.com/documentation/sign_in_with_apple/sign_in_with_apple_js/configuring_your_webpage_for_sign_in_with_apple |
Thanks, it's working! |
Guys, maybe you help me again) What about google social login? When I try to login via google I stuck on the screen with loader and text "One moment please". I've added accounts.google.com to WKAppBoundDomains as the same as apple, but it's not working. Could you help please? |
Try to debug via XCode and Safari dev tools. Maybe there are more domains than just accounts.google. |
@khmyznikov maybe it is time to add corrections to the readme for iOS 16.4 to prevent double Push from Web Push API and native Push API (for iOS devices < 16.4) |
You have Web Push in this wrapper? |
Yes. But currently cannot test it on iOS 16.4 beta. Seems, there will no double Push in native wrapper, web push works only if PWA added home screen |
So to be clear, the Web Push doesn't interfere with the native push implementation in this wrapper? |
|
Hi @khmyznikov, do you have any demo repo where all functionalities are used? Thx in advance. |
@fenbru what exactly functions? For Push there is code examples in Readme |
Sorry, my question wasn't specific. Can you list all the places inside the project we should change for our website, not yours? @khmyznikov |
@fenbru Settings.swift, Info.plist. Change the urls/domains |
Hey guys, thanks for this repo, it's very useful. |
Any experience in Swift? 😅 |
Feel free to suggest and discuss
The text was updated successfully, but these errors were encountered: