Hi
My Ionic app utilises Lazy Loading which seems to stop the text areas from expanding.
To test, create a new Ionic app, setup ng-elastic as per instructions and it works as expected.
Then setup lazy loading and the textarea no longer expands.
To setup lazy loading I:
- deleted home page
- re-added home page via cli
- re-add textarea to home.html file
- removed references to home page from app.module.ts
- update the setting of root page in app.component.ts to be rootPage:any = HomePage;
Cheers
Dan
Hi
My Ionic app utilises Lazy Loading which seems to stop the text areas from expanding.
To test, create a new Ionic app, setup ng-elastic as per instructions and it works as expected.
Then setup lazy loading and the textarea no longer expands.
To setup lazy loading I:
Cheers
Dan