We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
同一インスタンスでshow()とhide()を交互に実行すると、2回目以降のshowのタイミングでスロバーが増えていく。
code:
window.indicator = h5.u.indicator({target: document.body}); window.indicator.show(); window.indicator.hide(); window.indicator.show(); //ここでスロバーが2つになる
PCブラウザでは再現しませんが、 Chrome 36.0.1985.125 のEmulationだと再現します。 また、実機(こちらが確認したのはiPhone5(iOS6)、iPhone5S(iOS7)とGalaxy S2LTE(Android 4.2))でも再現します。
The text was updated successfully, but these errors were encountered:
hifive#394
900eeee
PC版chrome以外のブラウザについて、インジケータのhide()時にスロバーが消えない(次に表示した時にスロバーが増える)問題について対応しました。
hifive#394 インジケータインスタンスの再利用を行うテストケースを追加しました
86d9c26
fukudayasuo
No branches or pull requests
同一インスタンスでshow()とhide()を交互に実行すると、2回目以降のshowのタイミングでスロバーが増えていく。
code:
PCブラウザでは再現しませんが、
Chrome 36.0.1985.125 のEmulationだと再現します。
また、実機(こちらが確認したのはiPhone5(iOS6)、iPhone5S(iOS7)とGalaxy S2LTE(Android 4.2))でも再現します。
The text was updated successfully, but these errors were encountered: