mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Merge remote-tracking branch 'origin/refactor/circular-deps' into feat/v9-prerelease
This commit is contained in:
@@ -73,6 +73,8 @@ export class Button extends ButtonBase {
|
||||
public initNativeView(): void {
|
||||
super.initNativeView();
|
||||
const nativeView = this.nativeViewProtected;
|
||||
// make consistent with iOS, easier on users given css styling
|
||||
nativeView.setAllCaps(false);
|
||||
initializeClickListener();
|
||||
const clickListener = new ClickListener(this);
|
||||
nativeView.setOnClickListener(clickListener);
|
||||
|
||||
Reference in New Issue
Block a user