docs-v7 icon indicating copy to clipboard operation
docs-v7 copied to clipboard

Properties width and height are required for Image (on iOS)

Open pmz opened this issue 8 years ago • 2 comments

ping @tjvantoll The documentation (and the cookbook) should state that width and height are required when using Image (for the iOS platform).

pmz avatar Oct 13 '16 16:10 pmz

Hey @pmz,

Yep, agreed. The cookbook is being deprecated in favor of our code samples (which don’t exist quite yet for non-Angular code, but are coming soon).

This note would be a good fit for https://docs.nativescript.org/angular/ui/ng-ui-widgets/image

tjvantoll avatar Oct 13 '16 20:10 tjvantoll

For references:

  • NativeScript SDK examples with Angular: https://github.com/NativeScript/nativescript-sdk-examples-ng
  • NativeScript SDK examples with JavaScript and TypeScript: https://github.com/NativeScript/nativescript-sdk-examples-js

vchimev avatar Oct 08 '18 06:10 vchimev