問題タブ [telerik-appbuilder]
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.
oauth - telerik appbuilder oAuth popup doesn't close
I am using Azure Mobile service's oAuth to authenticate users with their facebook/google/twitter in a hybrid JS app. When azure client's 'login' method is called, it opens a popup window to show the selected oAuth providers login screen where user can enter login credentials. After the authentication is over, this popup usually closes, when I test on Chrome Ripple emulator or on my device.
I test my code also on Telerik Appbuilder, because it gives more 'real-device' environment compared to Chrome Ripple (some may differ on this point, but I don't want to get into that argument and that's actually not the point of this question). The issue I am facing when testing on Telerik Appbuilder device emulator is - the oAuth popup doesn't close once user is done logging in - wondering if anyone may have any clue about this issue? many thanks.
cordova - Adobe FlashBuilder 対 Telerik AppBuilder 対 Intel SDK for mobile apps
Xamarin と Titanium と PhoneGap の違いについて SO で多くの質問を見てきましたが、多くの支持を得ているので、この種の比較の質問は話題になっていると思います。私は意見ではなく事実を求めています。
Adobe FlashBuilder、Telerik AppBuilder、および Intel のモバイル SDK (以前の appMobi) の比較を、特に次の点についてお願いします。
-- モバイル デバイスまたは単一のパッケージで別のランタイムが必要ですか?
-- ネイティブ バイナリを生成するためのクロス コンパイルは可能ですか?
-- スタイルはどのように適用されますか?
-- メディアクエリのサポートはどうですか?
-- 相対的なパフォーマンス
-- 安定性/堅牢性
-- デバッグ
-- IDE
-- iPhone アプリを作成するために必要な追加のハードウェアはありますか?
-- 市場シェア/インストール ベース
telerik-appbuilder - Teleriks AppBuilder を使用した NativeScript アプリの作成
AppBuilder プラットフォームで、nativeScript で hello world を書いています。テンプレートから新しいプロジェクトを作成しました。コンパニオン アプリ (Run->Build->NativeScript) で完全に動作しますが、1) iOS または android エミュレーターで実行することはできません 2) アプリ パッケージをビルドします (Run->Build->App Package)
どうもありがとう
javascript - LocalNotifications を起きている時間にのみ起動するように設定する
アプリを実行しているデバイスにローカル通知を送信するために、teleriks で検証された LocalNotification プラグインを使用しています。通知の間に好みの間隔 (1-2-3 または 4 時間) を選択できるようにしますが、これらの通知が起きている時間にのみ発生するようにしたいと思います (途中でユーザーを起こさないようにします)。これに対する設定はありますか? これまでのところ、通知コードは次のとおりです。
編集
AtanuCSE による優れたコメントに基づいて、コードを編集したので、次のようになりました。
kendo-ui - Kendo DataSource.filter(date) によりアプリケーションがクラッシュする
日付に依存する情報を含むグラフのデータをフィルタリングしようとしています
結果の空の配列を返す日付なしの日付範囲を選択した場合、アプリケーションはクラッシュしませんが、FilterDate と gte の範囲内にデータがあるとすぐに (したがって、後に作成されたポイントがあります) filterDate)、その行でアプリケーションがクラッシュします。
編集
詳細な検査では、次のような別のフィルターを使用しようとすると、これは日付に固有の dataSource.filter の問題です。
フィルターに従って、すべてが正常に更新されます。
詳細なコードについては、GITHUB REPO にアクセスしてください
https://github.com/Danelund/NeuroHelper/blob/master/NeuroHelper/scripts/app.js