ios-pwa-wrap icon indicating copy to clipboard operation
ios-pwa-wrap copied to clipboard

Improvements discussion

Open khmyznikov opened this issue 3 years ago • 20 comments

Feel free to suggest and discuss

khmyznikov avatar Mar 26 '21 17:03 khmyznikov

For now notification permission request shows up immediately after app starts. This needs to be changed for ability to call from JS code.

khmyznikov avatar Mar 27 '21 07:03 khmyznikov

I have made a push permission request from JS code.

khmyznikov avatar Apr 04 '21 15:04 khmyznikov

Fixed errors in requesting Location or Media APIs.

khmyznikov avatar Sep 15 '21 10:09 khmyznikov

Could you tell please, what about apple social login? I get an error [core] No URL for Apple ID Authorization Maybe do I need to add some configs or smth like that?

dmytro-podolianskyi-ew avatar Mar 14 '22 14:03 dmytro-podolianskyi-ew

Could you tell please, what about apple social login? I get an error [core] No URL for Apple ID Authorization Maybe do I need to add some configs or smth like that?

Do you use this library? I don't try it actually, not sure I can help.

khmyznikov avatar Mar 14 '22 14:03 khmyznikov

Could you tell please, what about apple social login? I get an error [core] No URL for Apple ID Authorization Maybe do I need to add some configs or smth like that?

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

aidar87 avatar Mar 14 '22 15:03 aidar87

Thanks, it's working!

dmytro-podolianskyi-ew avatar Mar 15 '22 09:03 dmytro-podolianskyi-ew

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?

dmytro-podolianskyi-ew avatar Mar 15 '22 13:03 dmytro-podolianskyi-ew

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 avatar Mar 15 '22 14:03 khmyznikov