0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

android エミュレーター Navigation is blocked

Last updated at Posted at 2021-06-12

version
flutter: 1.22.4
sign_in_with_apple: 3.0.0

Flutter・Firebase で Android アプリの Sign in with Apple 対応をする🎯🔥🤖🍎
を参考にApple認可サーバーからリダイレクトされるページを自作したところ、以下のエラーがでました。

Navigation is blocked: intent://callback?
code=example&id_token=example
# Intent;package=example;scheme=signinwithapple;end

原因としては、Android System WebViewのバージョンが低く、リダイレクトうまくできなかったようです。

解決方法としましては、play storeが使用できるandroidエミュレーターを使用し、
Android System WebView
をアップデートすると、エラーは解消されました。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?