i got " TypeError: this._renderer.setElementStyle is not a function" when i open Super tabs page in ionic 2 - ionic2-select

Please find the exact error in screenshot
i am getting this error while running the ionic app can anyone can tell what is this error.
https://i.stack.imgur.com/wZ2fj.png

This currently is a known issue in SuperTabs, it was fixed for Ionic 3.4 but appears to be a regression when using Ionic 3.6.

Related

Ionic Invalid or unexpected token

I installed ionic through there documentation but when I try to run any ionic command it says invalid or unexpected token, how to solve it, below are some screenshots
error image
I solved the issue by downgrading my node js version to 12.0.0 , one of the developers said always use stable versions instead of unstable versions

Error when trying using Device plugin ionic 4

I am trying to use the “Device” plugin in ionic 4 (4.10.2) with the same commands indicated in the ionic page and when trying to run the app I get the following error.
Ionic Error
PS: I’m trying to make a console.log of the device version.
console.log(this.device.uuid);
Ionic doc: https://ionicframework.com/docs/native/device#usage
Any solution?
Thank you

ionic app on android with error message "detected problems with API compatibility"

I just walk through the ionic guidance to build an ionic app. After the app deployed on my android device, it always displays an error message "detected problems with API compatibility (visit g.co/dev/appcompat for more information)" as the enclosed screenshot.
I tried to package and deploy the app with Cordova and Capacitor. The same error message displayed. (yes, Capacitor actually based on Cordova).
I just walk through the g.co/dev/appcompat and do some search online. It is caused by Restrictions on non-SDK interfaces of Android 9. The app was created with ionic start template.
Anyone know the solution to dissolve the warning message? Thanks very much~

how to log errors and map the error to the source in ionic 3 without ionic pro and with ionic pro

Does anybody know how to stack trace the error logs and maps the errors to source without ionic pro. Or anybody can post a sample showing the use of ionic error monitoring and logs stack trace

Ionic lazy loading issue on v3.5

The lazy loading does not working after update ionic .The error is Uncaught (in promise): invalid link: DashboardPage.
For those who still searching the answer, Re-run "ionic serve" command and it will start working again. Every time you generate a new page Ionic need serve for compiling new pages. I think it will be fixed next major version but currently, am fixing the issue like that. If anyone found a better solution then please let the community know.