問題タブ [ios-keyboard-extension]
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.
swift - キーボード拡張機能の UICollectionview
私は迅速に作成したキーボード拡張機能に UICollectionview を取得しようとしました。しかし、私はそれを機能させることができません。キーボードは起動時にクラッシュするだけです。誰でもこれを修正する方法を知っていますか? または、キーボード拡張機能で UICollectionview を使用することさえ可能ですか。
class KeyboardViewController: UIInputViewController、UICollectionViewDelegateFlowLayout、UICollectionViewDataSource{
}
ios - iOS キーボード拡張機能 - ユーザーが購入するまで、カスタム キーボードをキーボード リストに表示することを禁止します
私はCustom Keyboard Extension
自分のアプリの1つで作成しました。そして、これはすべてのデバイスで完全に機能しています。
拡張子はautomatically installed in the OS
. 右?- はい
問題 :
"Add New Keyboard..."
ユーザーがリストから MY KEYBOARD を選択することを禁止したいUNTIL USER BUY IT
。
ユーザーが作成するたびにIn-App Purchase successfully
。I want to add custom keyboard to the "Add New Keyboard..." list
. その後、ユーザーは自由に使用できます。
それは可能です。??? アドバイスをいただければ幸いです。
ありがとうございました。
ios - 私の Web サイトでは、iOS からのサードパーティのキーボードが許可されていません
入力フィールドを持つ Web サイトを作成し、iPhone で表示すると、デフォルトのキーボードとして swype と呼ばれるサードパーティのキーボードを使用しているにもかかわらず、デフォルトのキーボードが常にポップアップします。サードパーティのキーボードを許可するために、入力タグに入れる必要がある特定の属性はありますか? そうでない場合、どうすればそれらを許可できますか? お知らせ下さい。よろしくお願いします。
ios - iOS キーボードでビューが消える
ここで少し問題があります。さまざまなウィンドウ用に、アプリケーションのメイン ビューがあります。私はそれらをビューの視界から外し、必要なときにビューに移動するようにアニメーション化しています。テキストフィールドを作成することを決定するまで、これで問題が発生したことはありません. ボタンをクリックしてビューを表示すると表示されますが、テキストフィールドをクリックして入力し、キーボードが読み込まれるとビューが消えますが、ボタンをクリックしてビューを元に戻すと、テキストフィールドが入力されて準備が整います入力し。誰でも解決策はありますか?ビューが表示される方法のコードを以下に添付します。
ありがとう、
カーティスB
ios - Use custom InputViewController in app
My current assignment is an iOS Keyboard Extension. Now, to pass App Store Review, the containing app has to provide some "real" content. I thought about letting the user test the keyboard before enabling it in the Settings. So my storyboard looks like this (reduced to show relevant stuff):
This works all right, the keyboard shows in the container, but - as the textDocumentProxy
object in the keyboard's view controller isn't attached to anything - the user can't see what s/he's typing.
Now I'm looking for a way to "attach" the keyboard to the text field, while keeping the system keyboard out of the way so the user can type on the custom one.
I already managed to get the system keyboard away by attaching the following function to the textfield's editing did begin
action.
ios - フルアクセスなしで iOS サードパーティのキーボードを読み込めません
私は iOS キーボード拡張機能を開発しています。初めてフル アクセスを有効にするとうまく機能します。ただし、最初にフルアクセスを無効にするとロードできません。誰かが理由を知っていますか?
私はプロバイダーのプロフィールを信頼しています。
ios - iOS キーボード アプリ拡張機能のテスト
キーボード アプリ拡張機能の単体テストまたは UI テストを行う方法はありますか?
XCode6 ではできなかったようですが、Apple は XCode 7 で何かを変更しましたか?