LoginSignup
11
11

More than 5 years have passed since last update.

Titaniumのバッドノウハウ

Posted at

AndroidでTableViewのseparatorが消せない

ScrollViewのfadingEdgeも消せない

消せない。
のでmodule作りました。
https://github.com/cathandnya/ti_android_util

Androidでボタン押したら自動で暗くする

https://gist.github.com/cathandnya/5028411
alpha変えてるだけ

ImageViewでAspectFillやりたい

loadイベントでimageAsCropped()する。
Androidだと切り取り前の画が一瞬出てしまう…
https://gist.github.com/cathandnya/5028405

TableView内にTextFieldを入れたとき、Androidで文字入力中にフォーカスが外れる

TableViewだとだめらしいのでScrollViewにする

TableView内にWebViewを入れたとき、WebView内のタップに反応しない

TableView内にあるとだめっぽい。

Androidで実機だけborderRadiusが効かない

android:hardwareAccelerated="true"
にしてると起きるぽい。falseに。

Releaseビルドでネットワークに繫がらない

Debugビルド時だけSSL証明書エラーを無視してるっぽい。
validatesSecureCertificate : false
にする。

AndroidでtoImage().heightしても正しい高さが取れないことがある

取れないことがある。
他の方法で回避。

AndroidでImageViewのsubviewが表示されない

表示されない。
Viewを使う。

11
11
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
11
11