These are the reported & common Errors
These are known mistakes reported by our friendly customers. If you've anything like this, feel free to contact [email protected]
- Don't have updated version of Ionic
- Please executer
ionic -v
to check version of installed ionic; It must be 3.x.x
- Please executer
- Some Features may not work in Browser
- Yes, Since we're using cordova plugin, some features may not work in browser such as camera, geolocation, contacts or anything related to devices specific
- Signup / login button is not working
- We're doing some validation such as email should be valid & password must be 6 chars
- Create Group is not working
- Group must contain 3 persons
- Group must have profile picture
- Webpack Error
- update your appscript -
npm install @ionic/app-scripts@latest --save-dev
- update your appscript -
Common issue in iOS
IMPORTANT: You need mac to test iOS project
Adding iOS project
ionic cordova platform add ios
Build for iOS (Note: You need to build for every time whenever you made changes)
ionic cordova build ios
You can find xcode project inside projectname/platforms/ios/appname.xcodeproj
& run it on simulator or device
- KeyBoard is not working on iOS Simulator
- In simulator menu, please choose menu -> Hardware -> Toggle Software KeyBoard; It opens softkeyborad
- Push Notification is not working on Emulator / simulator
- Note: For iOS push notification, you must have Apple developer account
- Yes, You must test it on real device