問題タブ [ion-slide-box]

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 投票する
0 に答える
35 参照

angularjs - AngularJs & IonicFramwork - IonicSlideBox は ng-bind-html では動作しません

タグを含むすべてのhtmlを返すhttp呼び出しの後にスライド(ionicSlideBox)を開始することは可能ですか?? http 呼び出しは html データを取得し、それを変数に格納します

テンプレートは変数の内容を出力します:

$ionicSlideBoxDelegate.update() を呼び出そうとしました:

(私は ionicslideboxdelegate.start() も試しましたが、スライドは機能しません) http 呼び出しの後にタグが読み込まれることが問題だと思います..

HTML全体を取得する必要があり、テンプレートにタグを印刷してデータのみをロードすることはできません。

解決策はありますか?ありがとう

0 投票する
0 に答える
86 参照

javascript - イオンスライドボックスを埋める

私はイオンを使用したアプリのプログラミングが初めてで、質問があります。イオンでスライドボックスを動的に埋めるにはどうすればよいですか?

スライド ボックスに追加したいアイテムを REST サーバーから取得しました。

助けてくれてありがとう。

私のデータ

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

ionic-framework - ion-slide-box 使用中の Ionic の余分なスクロール可能領域

複数のスライドを持つion-slide-boxを使用しています。1 つのスライドにはコンテンツが大きすぎますが、他のスライドにはコンテンツがありません。問題は、すべてのスライドが最大の高さのスライドと同じ高さを取っていることです。そのため、他のスライドに追加のスクロール可能な領域が作成されます。すべてのスライドは、コンテンツに応じて高さを設定する必要があります。この問題を解決するのを手伝ってください。

ここに画像の説明を入力

0 投票する
0 に答える
459 参照

ionic-framework - iOS 11 Ionic slide-box transition bug.

I'm working on a Ionic 1 app. I have a slide box with multiple pictures. Auto play is on so normally one picture leaves and another seamlessly slides into its place. come the 4th transition and one picture slides off but the next one does not follow. only white is left in its place. once the initial slide has completely moved off screen the next slide then pops into view in the correct position without the nice transition.

extra info: when you manually swipe the slides they transition properly. bug only produced when slides are automatically transitioned.

eg code for slide-box

before transition

during transition

finished transition

after transition