| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| this.nativeView = this._iosView = (<any>this)._nativeView; | ||
| this.createNativeView(); | ||
| if (!currentNativeView) { | ||
| console.log(`${this.typeName} doesnt have NativeView !!!!! =================`); |
There was a problem hiding this comment.
console.log
Sorry, something went wrong.
|
|
||
| [maxDateProperty.getDefault](): Date { | ||
| return this.android.getMaxDate(); | ||
| return this.nativeView.getMaxDate(); |
There was a problem hiding this comment.
Return type should be number
Sorry, something went wrong.
| return this.android.getMaxDate(); | ||
| return this.nativeView.getMaxDate(); | ||
| } | ||
| [maxDateProperty.setNative](value: Date) { |
There was a problem hiding this comment.
value type should be Date | number
Sorry, something went wrong.
|
|
||
| [minDateProperty.getDefault](): Date { | ||
| return this.android.getMinDate(); | ||
| return this.nativeView.getMinDate(); |
There was a problem hiding this comment.
Return type should be number
Sorry, something went wrong.
| (<any>this.nativeView).listener.owner = null; | ||
| } | ||
|
|
||
| // public _resetNativeView(force?: boolean) { |
There was a problem hiding this comment.
delete?
Sorry, something went wrong.
|
|
||
| public onMeasure(widthMeasureSpec: number, heightMeasureSpec: number): void { | ||
| var nativeView = this._nativeView; | ||
| var nativeView = this._ios; |
There was a problem hiding this comment.
this.nativeView
Sorry, something went wrong.
| } | ||
|
|
||
| const validTime = getValidTime(timePicker, hour, minute); | ||
| hourProperty.nativeValueChange(timePicker, validTime.hour); |
There was a problem hiding this comment.
delete those - not needed
Sorry, something went wrong.
createNativeView will set iOS nativeView if it is null/undefined
|
widgets |
Sorry, something went wrong.
|
widgets-uitests-android |
Sorry, something went wrong.
|
widgets-uitests-ios |
Sorry, something went wrong.
|
there are some failures for iOS that require to look into them. |
Sorry, something went wrong.
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Rename:
_createNativeView to createNativeView;
_initNativeView to initNativeView
_disposeNativeView to disposeNativeView
_resetNativeView to resetNativeView