Disable ionic drawer
@anicacute09 wrote: Hi guys, I use the ionic drawer in my app but as I explore when popup is active and swipe to the left it can access the ionic drawer. How can I disable the drawer when popover is...
View ArticleNG-Include Issues on Phone
@markbbishop wrote: I created an android build to test out on my phone. I'm using ng-include to embed an html file. It works using developer tools in Chrome, but not my phone and can't figure out why....
View ArticleDoubt $ionicLoading.hide()
@rodrigobol wrote: I'm using $http.get to pull data from a webservice and get json I do insert or update in a bank sqlite. When calling the $http.get I start $ionicLoading.show() this closing to...
View ArticleCalling All newbies who want to "load" a project into Ionic CLI
@gilesht wrote: Hey folks, Getting my head round Ionic (but really liking it!!). This question was driving me twatty ... Google-ing illustrated that I'm not the only one asking ... but failed to give...
View ArticleGIF Image instead of SVG Spinner
@robbythedude wrote: Hello, I've been digging through the forums and tinkering plenty with my code to figure this out, but have had no luck. Below you will see that I am using the...
View ArticleHow to post data from IONIC to CodeIgniter on server?
@n0s13 wrote: I Have CodeIgniter Controller On server to create Excel file, and running well on Web with submit form method, how to run or execute it controller from my IONIC..? below my code igniter...
View ArticleBack to tab from another tab and go to root tab
@moelover wrote: My application has structure like this tab1[showTab] --> notification page[notShowTab] tab2[showTab] in notification page on tab1 some content need to go to tab2 I use state.go...
View ArticleGoogle is not defined
@anicacute09 wrote: I am following the steps of making ion-google-place here at https://github.com/israelidanny/ion-google-place but as I go deeper I face error; Google is not defined.. how can I fix...
View ArticleOverride side menu header with search box bar
@nabi_singer wrote: Hi,I am using a side menu for navigation. In some pages I want to add a search box. The problem is that I have to put the search box inside "ion-nav-buttons" tag to make it...
View ArticleGraphic designer is asking for the resolution of the mobile app and artwork?...
@lakshaydulani wrote: This answer here says that the app should be designed keeping iPhone 6 resolution. I do understand that devices have different size screen and pixel density. What should I reply...
View ArticleWhich is one is better $watch or $timeout
@kamakshi wrote: Hi,when to use $watch and $timeout and which one is better. scenario is like this when i get response from the server , data is not updating UI, So i used timeout with 50ms then its...
View ArticleHide loading
@ariang wrote: Hi there Perhaps a bit of a silly question, am getting my head around Ionic 2. When I display loading public presentLoading(text) { let loader = this._loader.create({ content: text, });...
View ArticleGetting :processDebugManifest FAILED issue
@devxoss wrote: :processDebugManifest/Workspace/DEMo/iDDNA2016/Source/platforms/android/AndroidManifest.xml:14:184-243 Error: Attribute activity#com.facebook.FacebookActivity@theme...
View ArticleMove the splash screen spinner to another position
@LouisR wrote: Hi is possible to move the splash screen spinner to another position ? Thanks Posts: 1 Participants: 1 Read full topic
View ArticleIonic 2 create new project with "ionic start helloworl blank--v2"
@abhinavasati wrote: Error with start undefinedError Initializing app: There was an error with the spawned command: npminstallThere was an error with the spawned command: npminstallCaught exception:...
View ArticleCustom search function not working on Android 5.1 and lower
@RikEskes wrote: Hello guys, I am working on an app which has a built in search function. But when I exectute a search on Android 5.1 or lower in an emulator (and also on my Nexus 7 (2012) tablet...
View ArticleIssue preventing soft keyboard from showing up when focusing an input
@danseracu wrote: The app that i am developing has to support a device that has a barcode scanner embedded, so i have to focus an input but prevent the native soft keyboard from popping up. This is...
View Article[SOLVED] Ionic shrinking header - redux
@pliablepixels wrote: Hi there, I have a somewhat non-trivial header that I am hoping to "shrink" as the user scrolls.I am aware of ionic's demo shrinking header but that doesn't work in my case (when...
View ArticleNo registered handler for URL scheme geo
@ziobudda wrote: Hi all, I have an APP where I need to open google maps where user click a button/link. This is the code: <a class="block-v" href="geo:{{::item.lat}},{{::item.lon}}"><span...
View ArticleEmbed JS file within view
@kaustic wrote: I have a REST API setup. Data is returned as JSON to a view. Included in the JSON is a <script> that is normally used for embedding an iframe widget. The JS generates an iframe...
View Article