Ion-list with avatar image left and toggle right
@AndrewHK wrote: Hi Trying to create a list with an avatar (which is an image) left, some text and a toggle button right and the best I can seem to achieve is the full size image instead of the avatar...
View ArticleUsing pic instead of icons
@karanvirk wrote: i am using small jpg & png images in place of icons these are working fine in web browser but when i am running app in mobile , these pics are not showing.can someone correct...
View ArticleCan I implement Push Notification in my iOS App with a Drupal backend
@famaash wrote: Hi, I building an iOS App whose content is being brought from a Drupal site. I intend to implement "Push Notification" functionality in my app that whatever notification a user sends...
View ArticleNg-show not working on iOS device
@juanduxian wrote: ng-show is not working on iOS device but works well on Android and web page. There are several solutions which I think not completely solve this problem. * using ng-if * changing...
View ArticleHow to changee nav direction in $state.go()
@rgopikv wrote: I have implemented $stateProvider in my app. I want to load one view directly, and get back to home view with the back transition. Eg: Load View 3 while app launching, and move to...
View ArticleHost URL for private api in a hybrid application
@najuru_deen wrote: want to use a javascript private API in our hybrid mobile application. The API uses Host name and 10 digit key to verify the account. Account{ "host":"sample.example.com",...
View ArticleionicHistory not working properly
@hemant_Chaudhary wrote: my states are as follows .state('signin', { url: '/sign-in', templateUrl: 'views/sign-in.html', controller: 'SignInCtrl' }) .state('tabs', { url: '/tab', controller:...
View ArticleIonic and Phonegap(Phone Dial)
@Vignesh55 wrote: Hey guys i have developed an ionic project which one stuff is about a button click which redirects to phone dialer with the number displayed. I tested it through phonegap, it works...
View ArticleTypeError: Cannot call method 'getContext' of null in Signature App
@eslazyk wrote: I am trying to insert a Signature pad into my App. The Signature logic works in plain HTML, but not when used with Ionic. I am New to this stuff, so if you have an answer, please...
View ArticleIf I use $state.go with destination state set to the same state as the one...
@Freundschaft wrote: If I use $state.go with destination state set to the same state as the one I'm already on, and I use reload:true, beforeleave is never fired. Is that intended behavior? Posts: 2...
View ArticleDefaulttimeout value too low for transitions?
@Freundschaft wrote: I am wondering why the value of defaulttimeout is set to a low value at...
View ArticleCardboard 360 - how to use video
@mladen5 wrote: I am want to use 360 video for Cardboard inside Ionic. I tested Ionic cardboard starter but i can't figure out a way to include video with three.js. I tried to include youtube video...
View ArticleHow to jump the specified location on current page
@BenzHuang wrote: in page, i'm have to jump the specified location, but on click navigation, it jump to home page. how to jump the specified location on current page? sample html code:<div >...
View ArticleIon-slide-box is deprecated how replace it?
@Cludo wrote: Hello, All is in the title. I want to create sliding page and ion slide box is notify deprecated/witch element can I use to remplace them and optain the same effect ? Sorry for my bad...
View ArticleUsing callback on a service? Trying to have a log in modal
@frank_college wrote: I'm trying to set up an app that has a login modal pop up if the user is not logged in. Once they log in through the modal, I want it to disappear and the application to continue...
View ArticleCollection-repeat ne marche pas. collection-repeat doesn't work
@K_Nicaise82 wrote: Impossible de faire marche le composant collection repeat dans ma page. très pénible.collection-repeat doesnt work in all my page. I need help. Posts: 6 Participants: 2 Read full...
View ArticleGetting iframe to work with wordpress rest API
@msmith26 wrote: I am currently trying to get a youtube video that is embedded in my Wordpress page into my ionic app using a http get request. However when I try to put the iframe from the wordpress...
View ArticleHeader items misaligned in Ionic View
@chipit24 wrote: When testing my app in the browser using ionic serve, my app looks just fine: However, when I push the app to Ionic View (on my iPhone), the header items are misaligned and overlap...
View ArticleIonic popup and best design practices
@netanelkl2 wrote: I'm in a need of a popup and the ionicPopup seems great. But it requires the controller to select the text + css classes to use. And those are things I want to define in the View,...
View ArticleToogle CSS for android
@futaro wrote: Hello everybody,i have an issue with a custom toggle on Android. Here is the code:.toggle .track { width: 70px; height: 24px; border-radius: 5px !important; background-color: red;}...
View Article