Call window.open from ionic popover navigates away from current page
@chakhedik wrote: Hi, I have a button in header which will popover a item list (menu) on click, then when user click on item it will call window.open('tel:1234567890', '_system'), it works okay on...
View ArticleWhat is the Ionic way to use fullscreen iframe?
@esthonwood wrote: Hi guys, newbie here and it's my first time to use Ionic framework and I love it! Everything worked smoothly in developing my side-menu app to building it for Android. When I build...
View ArticlePassing Params from one controller to another
@melkotoury wrote: hey everyoneI need to make an ionic app that login through authentication http web service and I finished it and it's working , but I have t pass to the url the following (username...
View ArticleHow install 2 versions of an app on android phone?
@r123456789 wrote: Want to install two versions of an Ionic 1 app on an Android phone. Did the following: Changed widget id and name in config.xml. Changed name and description in package.json....
View ArticleRunning app in background
@kimaniidaniel wrote: HI, I'm trying to have my app poll my server API for new information every min. I tried using Angular1 and iconic 1 with this plugin -...
View ArticleLimiting Ionic App to 1 or more devices
@sukhsingh wrote: Is there a way to limit the app to 1 or more devices? Basically I am building an a Fremium app. Free version will be available on only 1 device. But if the user wants to sync it...
View ArticleDate picker
@airharoon wrote: hey guys does anybody know how i can change the date format from yyyy-mm-dd to dd-mm-yyyy which is the format saved in firebase due that it will not return the date in the date...
View ArticleHide keyboard but keep focus
@obenavidez wrote: Hello, i want to when i select the input or focus the keyboard keep hide, but if i want to show it i can do with some function, i try this but does not work....
View ArticleAndroid/libs/ is empty
@kimbie wrote: There is a problem with gradle(w) wrapper, where it keeps changing from distributionUrl=http\://services.gradle.org/distributions/gradle-2.14.1-all.zip to...
View ArticleApp tried to load index.html before cordova webserver has started
@dbanksnz wrote: Hi, sorry if this is wrong place to ask for help. I've searched quite a lot about the problem I'm having but haven't turned up anything. I've just taken over maintaining a mobile app...
View ArticleIssue with Ionic Deploy -- .check is not resolving
@jamesvsshark wrote: Hello, I'm facing an issue with $ionicDeploy.check() is not resolving. I am using a real device. I have wrapped it in $ionicPlatform.ready and had it inside of angular1 run block...
View ArticleContent Security Policy for images
@anicacute09 wrote: Hi guys, I am having problems with csp, I am using cordova camera plugin for getting/taking images from camera and gallery. But when I use DATA_URL(base64) it is not displaying, if...
View ArticleIncomprehensible background notification problem?
@sumer wrote: hi thank you for your helpjust ios platformI'll tell you the problem with imagesA1 --> app working a1.png750x1334 269 KB A2 --> After clicking the home button a2.png750x1334 135 KB...
View ArticleResize app font from Ipnone settings
@rajeshbhardwaj wrote: Hi All, I have been trying a long to find how can i adjust the fonts of my ionic App after changing it from Iphone settings -> display and brightness. It is being adjusted in...
View ArticleInAppBrowser doesn't work with iOS device
@automan wrote: Hi, I installed the cordova-plugin-inappbrowser. I need to open an URL in my app without opening the browser. cordova.InAppBrowser.open(url, '_blank'); work on android, the url is...
View ArticleMultiple external Links in the same Viewport?
@Heyer wrote: Hello everyone, i'm currently figuring out how to do a quite simple Task, but i cant get my head around it. I've got the Intel XDK installed, added a new Project and chose the Ionic...
View ArticleIonic run android works with livereload (-l -c) but it does not work without...
@dlopezgonzalez wrote: I have a big problem here. I have got an ionic app that works using these commands:- ionic serve- ionic run android -l -c But it does not work with this: ionic run android The...
View ArticleIonic 1 - is it possible to open and $ionicModal within an $ionicPopup?
@drodrigo wrote: Hello everybody, I have an ionicPopup that when the user click on it's link (not the buttons but a link inside a paragraph) a modal would open so the user could see the terms of use...
View ArticleThe Development environment
@masuyama wrote: Do you are using what tools when developing in ionic?I am wondering De' "WebStorm" of the "Atom" or JavasCritt the IDE's text editor. Posts: 3 Participants: 3 Read full topic
View ArticlePackage is not a valid task
@anderson631 wrote: Hello,I'm trying to use the "ionic package", but is returned the error: "package is not a valid task". The version of my ionic-cli is v1.6.4. Error screen in Windows CMD:...
View Article