How to insert intent filter into config.xml so that is inserted correctly in...
Any idea? I was using a hook at the link below but getting all kinds of errors: stackoverflow.com Ionic/Cordova: Add intent-filter using config.xml cordova, ionic asked by Marco Carnazzo on 05:49PM -...
View ArticleWKWebview v3.0.0
Did you try to install https://github.com/driftyco/cordova-plugin-wkwebview-engine.git with .git at the end?Maybe that's the cause. Remove .git at the end and try it once more: ionic cordova plugin...
View ArticleTypeError: Cannot read property 'length' of undefined (ionic package build)
I get the following error when trying to use ionic to build a package. I have a key upload in a profile called build$ ionic package build android --profile build:heavy_check_mark: Retrieving security...
View ArticleDeviceready did not fire
Hi, when building for iOS i see the following in my logs: [12:37:49] console.log: Angular is running in the development mode. Call enableProdMode() to enable the production mode. [12:37:53]...
View ArticleRollbar plugin - ios build failed
Just to be clear, i am using 2 types of rollbar notifications: first one is releated to the plugin to catch native Android/IOS errors, and the socond one to catch JS errors (import { RollbarModule }...
View ArticleStarting an Ionic 1 application project
Advice including perhaps which would be the most stable version of Ionic. There are things we're waiting for in the milestones and then we'll keep going with the Ionic 3 project
View ArticleHow can i change the back button in header (arrow to the right)
i opened an issue for older version . so i think the ionic team know the issue and they are working on . hope that version 4.0.0 will fix all the rtl direction issue.
View ArticleUnable to create platform iOS using phongap push plugin
Hi,I have the same issue, someone solved it? I got this error: "Plugin doesn't support this project's cordova-ios version. cordova-ios: 4.3.1, failed version requirement: >=4.4.0" and can't update...
View ArticleIs there anything there like pug-ionic-loader, where pug-ng-html-loader...
For ionic1 there is pug-ng-html-loader can be added into webpack to convert pug code to html with ionic tags. But it is not working in ionic2 project with some tags. ion-header...
View ArticleHow can i change the back button in header (arrow to the right)
@AmitMY you know any thing about the menu rtl direction for the latest version. because i was abel to duplicate the menu with one for rtl and another for ltr but when i updated to the latest version...
View ArticleError while Opening the File - FileOpener
I tried this in Android 6.0.Used native/file-opener/ code : location = "/storage/emulated/0/Android/data/com.jinuxlabs.moviesapp/files/Resume.pdf"; this.fileOpener.open(location, 'application/pdf')...
View ArticleError when building for Android behind a proxy
For me the issue was the http prefix! If this is your case, remove http/https prefixes! I had my gradle.properties like this, and was failing: systemProp.http.proxyHost=http://squid.proxy.com...
View ArticleHow can i change the back button in header (arrow to the right)
Correct, latest version (3.3.0) introduced a huge systematic change, and by doing so it broke components that have strict side rules.Not that menu every worked correctly on rtl, but thats besides the...
View ArticleConvert ionic app into browser page
Thanks a lot! It's all clear now.Will give it a try!
View ArticleStarting an Ionic 1 application project
Thanks @Sujan12, I've got it going, but we would still love to hear some experienced Ionic developers' advice on whether an Ionic 1 application can still be put into production and is stable. Is it...
View ArticleHow to improve ionic app click in android device
How to improve ionic app click on android device.. because i am getting so late response for after click.... please please help me..
View ArticleIonic V1 : Error 404 when saving push notification tokens
I resolved the issue : I had to modify the <allow origin> of the config.xml section.The 404 error was in fact a 403, but reported as 404 by the browser.
View ArticleWorking Google Map Example - Ionic 2
This tutorial uses the Google Map js file instead Ionic 2 native google map plugin. Why because the native google map plugin of Ionic 2 is not working. Actually, the native plugin is not generating...
View Article