How to keep my plugins in package.json clean?
@dtslvr wrote: Hi guys, In my package.json file I have the following plugins: ... "cordovaPlugins": [ "cordova-plugin-device", "cordova-plugin-console", "cordova-plugin-geolocation",...
View ArticleIonic View History
@vignesh5 wrote: Does Ionic viewHistory() get cleared/reset every time an app closed and then reopened? Posts: 1 Participants: 1 Read full topic
View ArticleBuild for web from app? Killing two birds with one stone
@mediafront wrote: Ionic seems perfect for me - a Web developer looking to build my first app. I'm just wondering if it's possible to build the app and make it work on the Web? I'm going to do a...
View ArticleMake a "split screen"
@assangar wrote: Hi, I have currently a big problem with making a split screen. I want to have three section as you can see on the attached picture: Section 1 is a banner with a profile picture which...
View ArticleChanging pages two times
@clembo590 wrote: Hello. I have 3 pages (views). from page1 I can go to page2. Once I am on page2, I would like that when a user click on a given button- it goes back to page1 without the user...
View ArticleHow to trigger push notification from device?
@momsenmeister wrote: Hi, I don't really get the concept of triggering a push notification directly from the app My goal is to trigger push notifications directly from the devices that run my app.For...
View ArticleDetail page after list
@netindo wrote: Hallo, my name is Andri. I have problems after my wish list click on the list that appears next, but the results can not. The data is shown not much as it is in the database. Please...
View ArticleTemporary publishing an app
@gnout wrote: Let say that a client order a mobile application. My questions are the following. Can I "publish" the application on Internet (in a location like www.somewhere.com/myapp) so he can see...
View ArticlePush notifications stopped working
@vandervidi wrote: Hi,Lately my push notifications stopped working.I keep getting the following message : "Payload too large" but the notification length isnt large at all - max 50 chars. This is my...
View ArticleGenymotion unresponsive to "ionic run android"
@lingading97 wrote: When I run the command "ionic run android" in the terminal my app does not pop up on the screen but instead the tab with the wallpaper, manage apps, and system settings pops up....
View ArticleIon-content not showing after adding side menu
@ajaydhul wrote: Dial A Meat Search Categories Products <ion-content class="has-header has-footer" overflow-scroll="true" padding="true" style="background:...
View ArticleMissing files error messages
@dcmcvarish wrote: When I try to compile my app in Webstorm, I get the following errors: GET http://localhost:63342/col4/www/cordova.js 404 (Not Found)GET...
View ArticleMultilanguaje App
@edgano wrote: In Google Play you can translate your app using a XML file, Can I have the same "code" and a file with the diferents strings to translate?Or how can I have the same app in some...
View ArticleIonic Toggle Value
@Ckpk wrote: Hi guys, anyone has an idea how to get the toggle value (true or false) in angularjs? sample.html <ion-toggle ng-model="addlist.nego"...
View ArticleFolder structure for Ionic + Node.js project. What's recommended?
@fariazz wrote: If I want to have an Ionic frontend with a Node.js backend, what's the recommended way to organise the folder structure so that you can run ionic command-line, and also manage npm...
View ArticleDouble pull to refresh on same template?
@saintxiao wrote: on template on list top there have a pull to refresh, and on list bottom there is another one pull to refresh, i know there have inifinite scroll load, but i more like to have pull...
View ArticleSelect control option not changing when I set ng-model initially in Ionic App
@tonyasd2015 wrote: I have a select control in my ionic - cordova app. Each option in select control has value and text which is loading with ng-repeat. When I set the ng-model initially the selection...
View ArticlePush notificatin to custom user id
@ekhmoi wrote: Hello.I am trying to implement push notification into my basic application.following the guide i could receive the simplest push notification in my browser using tokenidhowever in my...
View ArticleNavigation view is not working in Ion-tab
@sureshtellakula wrote: Hi,I created login page and displaying ion tab page when i click on login button.I used ion-nav-view in each tab and below code but below code is not working for tab...
View ArticlePut data to Web API dosent work in ionic / angularjs
@mortezaaghili wrote: I wrote simple angularJs app for store data in Web api / entity framework. its fine and work very well. but when i want use Ionic for that purpose, i get an error while editing a...
View Article