Open default mailbox
@Jbz797 wrote: How to open the défault mailbox with a button? window.open('mailto://', '_system'); open the mailbox but create a new mail and i don't want that. Any idea? Posts: 1 Participants: 1 Read...
View ArticleTouch events don't fire on ios after suspending application
@nuclear_kote wrote: If I click on home button when splash screen throbber show and than go back to application, touch events stop working. Even <body onclick="alert('test')"> doesn't...
View ArticleSession Recorder Analytics
@_morgan wrote: Hi guys, do you have an analytics tool for ionic that do sessions recording like https://www.hotjar.com ? Posts: 1 Participants: 1 Read full topic
View ArticleCant get Object value "Object?["Value-Average"]"
@LoLStats wrote: I tried to enter a JSON Object Value but i can't get the value. {{herosData?.SoloKills}} works fine but {{herosData["SoloKills-Average"]}} does not work. I can't find any solution in...
View ArticleGrey area appears outside of the app or orientation change - iOS
@ibetts wrote: Presently trying to figure out a strange display bug(?). Presently, in iOS emulation, a grey area appears outside of the app, filling a portion of the screen area between the app, and...
View ArticleIonic 1.3.1. ION-NAV-BUTTONS is broken
@siddhartha wrote: To Reproduce: index.html <body> <ion-nav-bar> <ion-nav-back-button> </ion-nav-back-button> </ion-nav-bar> </body> View - 1 <ion-view...
View ArticlePassing variables to parameters using ng-model
@anicacute09 wrote: Hi guys, I am finding difficulty in passing variables to parameters.. here is my controller: .controller('MessagesCtrl', function ($scope, $http) { $scope.details = {};...
View ArticleCreate an app that launch when the phone rings
@pinson wrote: Hi guys, I am working on a project that launch an app when the phone rings just like Truecaller, please how is that achievable and how can it be done. Thanks Posts: 1 Participants: 1...
View ArticleFilestack/Filepicker Integration
@jettisonkyler wrote: I'm trying to integrate Filestack in my app so users can upload a profile image, crop it and save it to their account. I was able to get it up and running quickly and everything...
View ArticleGoogle Maps not work when called after an another page with maps
@marcio_krul wrote: Hi, My app has two screens with maps, one show an list with many records and other only a one record, when goes to the second page not show the map or error. But when I call the...
View ArticleHow to clean up an ionic project? (MultiDex error)
@RafaelGotta wrote: Hi guys, hope you can help me out.I'm having a big issue to run my app on Genymotion emulator and on my real device, it's been a few days since I got stuck on this. The problem is...
View ArticleTransition animation not animating the correct views
@csepic wrote: This happens with only one controller and route/state in my app. The controller uses the same route/state and just alters query string params. It's basically a wizard that you can step...
View ArticleHow play midi files with ionic
@andreschika wrote: Hello, can anyone give me a working example of midi player made in ionic?. I tryed use this https://github.com/mudcube/MIDI.js/ but in device doesn´t works, helpme please. Posts: 2...
View ArticleIonic-plugin-deeplinks - How to declare parameter in phongap build?
@balaguru wrote: I am using ionic-plugin-deeplinks plugin for my cordova app. How to declare below parameters in phonegap build config.xml file. URL_SCHEME=myapp DEEPLINK_SCHEME=http...
View ArticleIonic Slider With Accordion, Slider-pager starts scrolling to top when data...
@sorb999 wrote: Hi,I am trying to show ionic slide box with accordion but when data inside accordion is more and the page starts scrolling then its slider-pager also starts scrolling to top. Can you...
View ArticleIonic spinners (Animated Loader) getting stuck while performing localstorage...
@ShashankHS wrote: I have implemented ionic spinners (Animated Loader) in the application and also I am using localstorage to save the data. When the application communicates with the server ionic...
View ArticleHttp Get Request to Factory
@anicacute09 wrote: Hi guys, I manage to make a function to get data from my rest api using get request. My problem now is how can I pass data to other views or controllers in order to display to...
View ArticleBuild Error for windows mobile app in ionic
@VijaySasavadiya wrote: I had installed following things for developing windows mobile app using ionic framework... Windows 8 SDK -...
View ArticleUnable to Upload Ionic Window App to window store
@sachinrana_12 wrote: Hi, I am getting the displaypublishername error on validating the package. Please Help. Package acceptance validation error: The PublisherDisplayName element in the app manifest...
View ArticleData passing between pages
@conormclaughlin wrote: Hi guys! I'm very new to ionic and angularjs and i've recently been stumped by passing data between pages and was hoping somebody could guide me in the right direction. I have...
View Article