Can't proceed with Ionic View registration on Android 5.0.2
@f0rza wrote: I can’t register with Ionic View app on my Android. After submit registration screen have red ‘C’ in left top corner. Did somebody face this issue before ? Posts: 1 Participants: 1 Read...
View ArticleChanges in cordova plugin is not applied to built APK
@ravi_sojitra wrote: I need customization in one of the cordova plugin i am using in ionic 2. I have added some code in .java file of plugin But those changes are not applied to the built APK though...
View ArticleFirebase Auth working in web but not on Android
@LazyAdmin wrote: I created an app with a Firebase backend, using also Firebase for the auth. When testing with simple ionic --serve everything is working fine. So today I started testing on Android,...
View ArticleExecution failed for task ':processDebugResources'. Ionic compile
@PuntoNet wrote: Hi , im beginner developer in Ionic. cli packages: (c:\xampp\htdocs\projectsMovil\PudApp\node_modules) @ionic/cli-plugin-cordova : 1.6.1 @ionic/cli-plugin-ionic-angular : 1.4.1...
View ArticleCan you help me resolve this issue?
@devildash1222 wrote: Here is my code: navigate(address: Address, event:any) { let destination = address.street1.trim() + ' ' + address.street2.trim() + ' ' + address.city.trim() + ' ' +...
View ArticleError: A library uses the same package as this project: io.itsoluciones.starter
@PuntoNet wrote: im compile my app and show me this, and i dont have idea. Can you help plz. Parsing json file: C:\xampp\htdocs\projectsMovil\PudApp\platforms\android\google-services.json...
View ArticlePushing html file problem
@bouzafourmohamed wrote: i am currently working on an app that requires to access to .html that contain interactive animation exported by adobe edge animate : (with 2 .js file and .css file ) . so i...
View ArticleNative Storage Error, does not display the following screen
@MoreFlores wrote: I’m trying to implement a login. Which has 2 options to register one with your data that are in FB or the other put them manually. In the first form you connect with fb and he...
View ArticleNg-bind into ionic
@rigorio wrote: im using latest ionic and angular. im a bit of a novice programmer, so please bear with my codes. export class AppComponent{ sample1 = 'hello'; drawmap():void{ function _fname1():void{...
View ArticleCrash on load screen when server is down
@clew24 wrote: Whenever my server is down that host my images, I get an error about assets before it crashes. The only image that is being pulled in at the start is the home page background image...
View ArticleIncrease drag area size for menu
@Stanislav wrote: Hello. I can’t find any information about how I can increase drag area size for menu. My client wants that menu must start opening about 30-40% from left side, not 5-10%. Posts: 1...
View ArticleHow to chain Http calls for 2 factor authentication getting user input...
@deggial wrote: Hello, I’m learning Ionic 2 since about a week and I had done quite a good work following the documentations and tutorials. In a week I learnt completely new concepts like rxjs,...
View ArticleCreate folder with ionic
@anassessyf wrote: hello, i don’t know if it’s possible but can i create an installation folder while my app is being installed on mobile ? can i create a folder in mobile with ionic ? Posts: 1...
View ArticleLazy loading not working with third party modules
@VENKY_91 wrote: Hello Ionic, I try to implement datepicker-ionic2 which is working fine without lazy loading but when i implement with lazy loading it shows nothing to fire. any suggestions would be...
View ArticleMy registerBackButtonAction callback is never called
@Ptrahan wrote: Hello, I have an Ionic 2.2 project where I override the default behavior of the back button using platform.registerBackButtonAction(). But something strange happened because it used to...
View ArticleProblem with Send Authorization Token to server in iOS
@saninaimayer wrote: I’m creating an app that connects to an api with Token authentication. In android and browser works correctly however on iOS and Safari not. Displays the following error:...
View ArticleHow to validade email field
@iwxfer wrote: How can I validate an email field in ionic 2 Posts: 3 Participants: 3 Read full topic
View ArticleCloudinary: unsigned upload with cordova file transfer
@loki9182 wrote: Does anyone have a clear example of how to do an unsigned upload to Cloudinary from an Ionic app using an upload_preset? This is what I’m currently trying but I’m getting the error...
View ArticleHow to add custom fonts Ionic 3
@HarinderSingh wrote: I am using ionic cordova run android --prod How to add custom fonts? Any Idea? Proper way to add please? Posts: 2 Participants: 2 Read full topic
View ArticleGlobal constant, environment variable, config?
@chjoly wrote: Nowadays, what is the best/recommended way to set a global constant to be used across the entire app, like an API url string? I’ve read about creating a service to store the constant...
View Article