How to forbid remote debug in ionic app after released?
@fenglu wrote: Normally, ionic app can debug via chrome remote debug. But when the app released, others still can see allthe code via chrome remote debug. is it possible to forbidden remote debug in...
View ArticleStrange Problem with $ionicModal - Execution out of Order
@HJay wrote: Hello All, Having a strange problem with $ionicModal. I first declared my modal in app.run() as follows. $ionicModal.fromTemplateUrl('templates/busyModal.html', { id: '1', animation:...
View ArticleNg-src does not load inside collection repeated list
@Sumeet123 wrote: If i do this :- Ng-Src image loads correctly <a class="item item-thumbnail-left" ng-repeat="i in data"> <img ng-src="{{i.image}}"...
View ArticleCordova is not listed after updated Xcode and IOS
@najuru_deen wrote: have updated my operating system to Mac OS X El Capitan and I updated my Xcode to 7.3.Now I can not build my Ionic project and getting the the Codova is not listed in my cli.. I...
View ArticleNo Plugin loaded on ios
@Jl1 wrote: Hi, I had my app working with android, and now I'm trying to build my app for ios. So I checkout my app,npm install,bower install, ionic platform add ios,ionic serve to verify (everything...
View ArticleTab badge does not update until you switch the tab
@sylfree9999 wrote: Hi all, I add notification and handle the receive notification event in app.js-->$ionicPlatform.ready function. The tab has its own tabCtrl and tab Badge gets the value from the...
View ArticleIon-item links work in browser, but not on the device
@Kyle123 wrote: Hi, I've spent about 3 hours trying to track this down, but I've run out of ideas of things to check. In my last deployment to Ionic View (and debugging on an android device) my...
View ArticleFacebook approval fail, for Ionic app using openFB
@jtroxel wrote: We are using straight JavaScript (via openFB) to do facebook authorization . Only Facebook is so far rejecting our app in the review" "Your app cannot embed the Facebook Login dialog...
View ArticleIonic build fails error code 65 problem with cordova push plugin
@wangel wrote: Hello guys i have a build issue here. I have latest xcode7 , latest cli version but when i build ios then it throws error code 65 Cordova CLI: 6.0.0Gulp version: CLI version 3.9.1Gulp...
View ArticleRemoving adding android platform broke navigator.geolocation.GetCurrentPosition
@pinne65 wrote: In order to combat a problem in the build process (Could not GET 'https://repo1.maven.org/maven2/com/android/tools/build/gradle/maven-metadata.xml' (peer not authenticated)), I removed...
View ArticleHow to manipulate a back button to point to a previous-previous view? (Updated)
@MCalleAlegra wrote: Scenario:Index Resources > New Resource Form > Resource Detail Expectations:When I go from Index Resources to New Resource Form, the back button should go back to Index...
View Article$ionicHistory.goBack() clears textbox value
@junerockwell wrote: From View A, there's a button I click to go to View B using $state.go('viewB'); View B has a <input type="text" />. I click <ion-nav-back-button> which triggers...
View ArticleError: self signed certificate in certificate chain
@prtercio wrote: Hi guys, I'm trying to implement PayU API in my app, and I have not been able to ping: This is the URL of the API: http://developers.payulatam.com/en/api/payments.html So this my...
View ArticleTabs in tab bar not changing
@alext89 wrote: So I have page with tabs at the top and ion-slides for content. When I swipe to the next page the tab should change. In my slides options I am using onSlideChangeEnd to run a...
View ArticleData or input didnt send to backand but no error
@rajeluqman wrote: I'm having issues with the input from the form not being sent to database.the connection was ok but still doesnt updated in my database backand....
View ArticleHow to create segments in ionic?
@Haxeb wrote: I just want to create segments in my app, exactly in this article.http://ionicframework.com/docs/v2/components/#segment But, It will work only in ionic 2.Is there any existing code,...
View ArticleNavigator.notification.activityStart not working in IOS
@ashish1416 wrote: Hi, I am new to ionic, here is my code for loading dialog on page load event in InAppBrowser. It is working fine with the android, but the same it not showing in IOS. var...
View ArticleProblems with the $http interceptor
@riyu wrote: I have a lot of http promise and I used the http interceptor to put a loading screen in all my http. I based it on the ionic turoials. I just added requestError and responseError so that...
View ArticleCordova-plugin-network information for ios issue
@javierquiros wrote: Hi all, I have problems with cordova-plugin-network information only in IOS.Always that you request for thr connection type, the response is null. Any idea? Thanks. Posts: 1...
View ArticlengClick never works with ionic
@dfghj44444 wrote: this is whole of the html: <ion-view title="recor"> <ion-content overflow-scroll="true" padding="true" class="has-header"> <button type="button" class="button"...
View Article