Launch an android app from Ionic app
@rig wrote: I have been trying to open an android app from an Ionic app. for That i have downloaded com.lampa.startapp plugin. I am calling an android app on a button click. but i am getting an error...
View ArticleEncapsulate app with a top level component
@atouchard wrote: Hello, if I encapsulate all my ionic app in a component, back button doesn't work. A bug, not possible or I miss something ? With ionic navigation example: Thanks Posts: 1...
View Article$ionicmodal failed when keyboard open
@israelor wrote: hi, i have an input inside modal but when the keyboard is open the modal is gone and i got white screen:my view: <ion-view view-title="someScreen" align-title="right"> <div...
View ArticleView not opening, HELP
@plety wrote: I'm creating an sidemenu app and have few views that work. Now I'm trying to add more but I can't get them to work. I'm using ionic run android to dev and test and using inspect element...
View ArticleSnapChat like templates
@ChefVic wrote: Is it possible to create something like "Snapchat's Discover" screen. I want to create a page with interactive tiles just like that! Posts: 1 Participants: 1 Read full topic
View ArticleHow to remove the border around the ion-toggle
@youssefff wrote: <ion-content ng-init="checkarrivee.getAllListeCriteres();"> <div class="swipe" on-swipe-left="warn('Must use scope')">Swipe div</div> <div class="list"...
View ArticleStuck at using ionic 2 native file
@guoyangrui wrote: Hello I'm a bit confused using Ionic 2's native file plugin. I could get a picture taken from a camera, then I want to access the picture using Ionic 2's file class. I tried the...
View Article$ionicPopup templateUrl not working on real devices: ERR_FILE_NOT_FOUND
@Another_User wrote: On real devices the app can't find templates for popups. var popup = $ionicPopup.show({ templateUrl: 'templates/myPopup.html', .... }); Using chrome device debugger, here's the...
View ArticleXcode version: Not installed?
@peterbarone wrote: I can't run ios build or emulate. I get this error : Error: xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory...
View ArticleIonic setup sass - gulp error
@blessanvp wrote: Hi, I am new to ionic and was trying to execute - ionic setup sass . It updated the index.html and other files , but terminated with error running gulp sass. I have tried mostly all...
View ArticleThis site can't be reached
@Muto1 wrote: I just started a new project after a few months and whenever i run ionic serve command my browser starts on address localhost:8100 but I get this error of "This site can't be reached"...
View ArticleConnection with python
@paulolipe wrote: Hi,I have an application in python and I need to my app send a message to the python, you know any way to do this? I research about sockets, but I don't know how can I do this. The...
View ArticleIonic IOS Add Error
@markbbishop wrote: I built my app with ionic in my windows machine. I copied it and am trying to add ios platform on my friends mac. Whenever I open the terminal and run "ionic platform add ios" I...
View ArticleInit order. Sqlite plugin. Execution order
@diego78 wrote: Hello. This is driving me nuts. I have this init code: mediaApp.run(function ( $ionicPlatform, $cordovaSQLite, $location, $rootScope, databaseService) { $ionicPlatform.ready(function...
View ArticleIon-scroll not working when scrolling up
@Florian_ wrote: I have a problem with the ion-scroll directive. In my ion-scroll I have several div items I want to be scrollable.Scrolling downwards works perfectly, but scrolling upwards does not....
View ArticleImage base 64, post, and Apache Tom Cat server
@son2face wrote: Hello everyone, I've searched and tested everything I've seen in 2 week but It'seem that nothing works. So I really need an example. My issue is capture the picture from camera ( type...
View ArticleFix google maps autocomplete to the input
@weride wrote: Hi,I'm trying to add a google maps autocomplete input to my ionic app. It works pretty well except when I scroll. As shown on the image: Position bug when scroll So I tried different...
View ArticleWindows App: The developer certificate … has expired
@shiziluosidao wrote: Hey guys, lately I started playing with the windows platform. After exporting the package with Visual Studio 2015 I tried installing it on a windows 10 tablet. When running "Add...
View ArticleIonic WKWebview makes app freeze in iOS 9
@daveglassapp wrote: I installed the WKWebview from driftyco Github page and my app runs normally in ios 10. However, when I installed the app on iOS 9, the app freezes at the splash screen. I read...
View ArticleI have completed the guide, where can I learn more?
@dzungk wrote: Hi, I've completed 6 chapters of the guide at http://ionicframework.com/docs/guide/ I want to create my own app but I still don't know how. Where can I learn more? Posts: 1...
View Article