0

現在、Web サイトのコンテンツを表示するための stagewebview を持つアプリを作成しています。このページを通常の Android ブラウザにロードすると、以下に示すように、ユーザーがログインできるようにする認証ポップアップが表示されます。

これはブラウザ上で

Flash cc pro でムービーをテストすると、次のようになります。

ここに画像の説明を入力

しかし、APK をデバイスに置いて再生すると、サインイン ダイアログが表示されず、サインインするオプションが表示されずに、承認されていないページに直接移動します。

誰かが私を助けてくれますか?

ありがとう

4

1 に答える 1

1

stagewebview の違いについては、次のブログ投稿に記載されています https://helpx.adobe.com/air/kb/stagewebview-differences-platforms-air-sdk.html

はっきり言ってる

**HTTP authentication dialog is not implemented on mobile (iOS/Android)**

Currently no default UI is implemented on mobile for HTTP authentication. On
desktop HTTP authentication uses the default OS dialog for authentication. 
Event though the authentication dialog is disabled, the developer can create 
their own UI and use the URLRequest API to do basic or digest authentication.
于 2015-06-08T16:41:50.197 に答える