問題タブ [multitasking-gestures]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
4 に答える
1742 参照

android - Android - 他のアプリケーションからアクティビティを再開する

私は2つのアプリA(アクティビティA1、A2、A3)とB(アクティビティB1、B2)を持っています。私のプロセスは次のようになります:

私の質問は: アクティビティ B2 から、既存のアクティビティ A3 に再開する方法 - 新しいアクティビティ A3 を作成しない - マルチタスク ボタンを使用して 2 つのアプリケーションを切り替えるようなものですか?

ありがとう、

0 投票する
1 に答える
949 参照

ipad - iPad が iOS 9 のマルチタスク機能に対応しているかどうかを確認する - プログラムで

iPad Air 2 または iPad mini 4 の場合、3 つの異なるマルチタスク機能 (Split View、Slide over、Picture in Picture) をすべて使用できます。iPad Air、iPad mini 2、または iPad mini 3 では、Slide Over と Picture in Picture を使用できます。これらのデバイスをコードから検出する方法はありますか? 言うように、respondsToSelector:someMultitaskingmethod?

0 投票する
1 に答える
28 参照

ios - Is there any API that can bring spilt view mode to full view mode

As we known, IOS 9 support split view mode. Is there any API that can bring spilt view mode to full view mode?