In the Ionic View app(android), only show, one app?
@claudioshigemi wrote: Hello! Im learning ionic and after i build a very simple app and send to My Apps, when i try to access from my android cellphone, only shows me the first app that i create! the...
View ArticleError running ionic emualate ios
@dry wrote: Not much too it really. Getting this error after: trying to run the ionic emulate ios. ** BUILD SUCCEEDED ** No target specified for emulator. Deploying to iPhone-SE, 10.0 simulator An...
View ArticleDo I have to use Cordova to build my app if I use a cordova plugin?
@Spilot wrote: I want to use Ionic to build, package, and distribute my app, but I also want to use some cordova plugins for things like determining network connection. It's not clear to me in the...
View Articlenot worked IOS
@Maheshvy wrote: If i click on number should open in dial , Added code in config.xml file it is worked in Android but not in IOS Here is my code access origin="tel:*" launch-external="yes" access...
View ArticleHow do I pass a variable to child page?
@SubEffect wrote: I've menu created with a list and ng-repeat. I want to use a variable from an array of objects to create a child menu on another page (like in the Tabs starter Chat tab) but I'm...
View ArticleHow to load js file on ionic
@vitaly87 wrote: I am trying to use Firebase.getAsArray, I include it on my index.html: <script src="lib/firebase.js"></script> <script...
View ArticleMultidex - recent Ionic builds failing
@rohitaneja8 wrote: Capture.PNG667x608 38.8 KB This have become a big pain, any app that is exceeding 64k .dex files. This is happening, since android update. Posts: 1 Participants: 1 Read full topic
View ArticleChoose right view in controller or redirect to another without "redirect"...
@tux wrote: Hello!I have two type of users which have different home views.And i need to show right one or redirect to another viewI've made a redirect. .state('tab.home', { url: '/home', views: {...
View Article$ionic build android get error i need help its urgent
@samual wrote: Pasted image1366x768 188 KB Posts: 2 Participants: 2 Read full topic
View ArticleState.go is not working on IOS
@lintonachmad1 wrote: The state.go is not working in ios 9. The app shows a blank page or a page that is not fully rendered. In order for the state.go to work we need to add an alert() to the screen...
View ArticleView issues with ios 10
@fabiobalsamo wrote: Hi, my app with ios 10 have a issues in the wiew,in my app there is a list of elements, when I click on an item on the list nothing happens, so if I come out from the application...
View ArticleDotted route when travel mode for driving is not supported
@kyuubido0 wrote: Hello. I am trying to make the route for my map, and I can't seem to find a way to show the route as dotted when the travel mode for driving is not available - like on the google...
View ArticleIOS push notification issue
@Maheshvy wrote: Hi , I'm using plugin for push notification cordova plugin add phonegap-plugin-push --variable SENDER_ID="xxxxx" i not able to get push notification in ios device(version 9.3.5 and...
View ArticleIPV6 not supported on Ionic Cloud
@Marrone wrote: I tested the compliance on IPV6 of ionic cloud service url: api.ionic.ioand it semmes it is not supported.If this was actual it make the ionic cloud service useless since the apps...
View Article$http.post request returns data null
@Pajimola wrote: The status is fine but then the data return is null.What i want to do is that the localstorage value which i put into a variable "userid" will be used in my php code.Here is my...
View ArticlePerformance of JS widget in Ionic framework
@bharath0690 wrote: I have developed a grid like widget in JavaScript (used JQuery at some occasions) , and to achieve the virtual view I have appended the grid rows to the DOM while scrolling,...
View ArticlePush same user two devices
@GOSherpy wrote: Yo! I'm working on the push notification system and everything works great! I've just a question is there a way to send the same push to all the user's devices ? I mean, I have an...
View ArticleIs it possible to use PhantomJS in an ionic app?
@polunom wrote: Hi all, I relatively new to ionic and AngularJS, but I want to create an app that can scrape and interact with websites (like Selenium). I stumbled across a headless browser called...
View ArticleEmulator: ERROR: unknown skin name 'nexus_5x'
@dhiraj10111995 wrote: When I am trying to run the app from the device I get an error message emulator: ERROR: unknown skin name 'nexus_5x' Please suggest me how to emulate. Posts: 1 Participants: 1...
View ArticleHow to add auto GPS location check
@DavidLoevy wrote: How can add automatically checking GPS location in Ionic/Angular mobile app? Get current GPS location in some time interval (eg.every 1 min). And store this latitude/longitude info...
View Article