Hi, i just release my first app made with Ionic, it’s called Tizem.
Basically is a news reader that let you access a wide variety of portals. From Graphic design to Science or Fashion.
As is my first app i was hoping you can tell me what do you think, or if you find any bugs. I’m not an English native speaker so if anyone find an error please tell me Image may be NSFW. Clik here to view. .
I keep getting this error whenever I ionic build android --prod. it works fine with ionic serve and ionic run. even ionic build is okay.
Error: Cannot determine the module for class SupplierChequeModalPage in C:/wamp/www/pos/src/pages/supplier-cheque-modal/supplier-cheque
-modal.ts! Add SupplierChequeModalPage to the NgModule to fix it.
Cannot determine the module for class LetterAvatarDirective in C:/wamp/www/pos/src/directives/letter-avatar/letter-avatar.ts! Add Lette
rAvatarDirective to the NgModule to fix it.
Cannot determine the module for class ClientChequeModalPage in C:/wamp/www/pos/src/pages/client-cheque-modal/client-cheque-modal.ts! Ad
d ClientChequeModalPage to the NgModule to fix it.
Cannot determine the module for class CustomerModalPage in C:/wamp/www/pos/src/pages/customer-modal/customer-modal.ts! Add CustomerModa
lPage to the NgModule to fix it.
Cannot determine the module for class LowStockFilterPipe in C:/wamp/www/pos/src/pipes/low-stock-filter/low-stock-filter.ts! Add LowStoc
kFilterPipe to the NgModule to fix it.
Cannot determine the module for class DateFilterPipe in C:/wamp/www/pos/src/pipes/date-filter/date-filter.ts! Add DateFilterPipe to the
NgModule to fix it.
at Error (native)
at syntaxError (C:\wamp\www\pos\node_modules\@angular\compiler\bundles\compiler.umd.js:1550:34)
at analyzeAndValidateNgModules (C:\wamp\www\pos\node_modules\@angular\compiler\bundles\compiler.umd.js:22948:15)
at AotCompiler.compileAll (C:\wamp\www\pos\node_modules\@angular\compiler\bundles\compiler.umd.js:22721:18)
at CodeGenerator.codegen (C:\wamp\www\pos\node_modules\@angular\compiler-cli\src\codegen.js:30:14)
at Function.NgTools_InternalApi_NG_2.codeGen (C:\wamp\www\pos\node_modules\@angular\compiler-cli\src\ngtools_api.js:61:30)
at Object.doCodegen (C:\wamp\www\pos\node_modules\@ionic\app-scripts\dist\aot\codegen.js:6:51)
at C:\wamp\www\pos\node_modules\@ionic\app-scripts\dist\aot\aot-compiler.js:42:30
Below is my code snippet. The below code throws me account kit login page. The problem is:
. How to set the default country code while throwing the page (for ex: +852 for hongkong)
How to do logout functionality
I am confused by what is written in npm sites as I am not sure why there are so many plugins for account kit. Kindly, if any body has any working code, please help. Thanks.
I am trying to push some changes to my Ionic App created in the dashboard. I execute “git push ionic master” and I get the message: “Everything up-to-date” but no new build appears in my dashboard and I cannot see the changes in Ionic View.
Any thoughts about what is happening or doing wrong?
This is super weird, and my team cant figure it out.
We have a perfectly functioning PWA in --prod but recently a tester pointed out that the tel and geo links were not working. We realized that the issue is only when accessing the app from a saved homescreen icon in Android only. When accessing through the normal browser everything functions as normal.
Now when I tap on any field keyboard shows up but doesn’t align the input well with the keyboard; it instead hides it and then when I start to type it pushes the content a towards the top.
Attaching some images for clarity:
Initial Login screen:
Image may be NSFW. Clik here to view.
When user taps on a field like username(hides the input):
Image may be NSFW. Clik here to view.
When user starts typing(inputs moves a lot up):
Image may be NSFW. Clik here to view.
It might be that I am not following proper ionic styling as this is one of my starter apps in ionic. It would be great if someone can point me in the right direction so that I can learn more and proceed.
I noticed that I’m not able anymore to use URL_SCHEME for my deep linking on Android.
Works fine on iOS but doesn’t on Android, looks like that on Android I’m only able to use deep linking when I call link with https
I am trying to download a file with the FileTransfer native plugin in a desktop browser and mobile browser, but I get this error in both platforms (Browser/Android Chrome):
I tried to contact the support, but no luck, so I’m posting here. It is amazing how support doesn’t work even when having a paid Ionic Pro subscription. Very disappointed.
The app builds fine locally for Android and builds fine in the cloud. However, when packaging for OS in the cloud I get the following error. I tried removing the android resources from config.xml and also from the resources folder. no luck
$> cordova add platform ios
Using cordova-fetch for cordova-ios@~4.4.0
Adding ios project…
Creating Cordova project for the iOS platform:
Path: platforms/ios
Package: com.test.m
Name: App Name
iOS project created with cordova-ios@4.4.0
Error: Source path does not exist: resources\android\icon\drawable-xhdpi-icon.png
\e[91mFailed to upload ipa to storage please retry your build.\e[0m
Running after script…
$ clean-up
Cleaning up files…
Successful clean up
ERROR: Job failed: exit status 1
On First page click the button and navigate to Second page where I get this.barcode = navParams.get('barcode');
On the Second Page I use this.barcode to show the appropriate content.
On Second page click button and navigate to the Third Page.
Click button on the Third Page to return to the Second Page (not the “Back” button, but my custom one) => and I have an error related to this.barcode, which is obviously undefined.
What’s the best way to fix this issue? I need the this.barcode on the Second Page to be “saved”, so when returning from the Third Page, it’s still there.
How can I change color of specific button? Suppose If I click on 1st button then what to do that only it’s
[color] attributre is changed from “light” to “danger” ?
Please help urgent need!
but when i deploy my application to my android device, it is not working, when running with default setting, it takes long time,
when i use custom setting
{enableHighAccuracy: false, timeout: 25000, maximumAge: 0}