That 300ms and fastclick
@halukkaramete wrote: Does ionic take care of the known 300ms delay? Or do we still need to apply solutions such as fastclick ( https://github.com/ftlabs/fastclick ) ? Posts: 2 Participants: 2 Read...
View ArticleCustom font using font face does not work
@MehdiN wrote: @font-face { font-family: "bebas"; src: url(lib/ionic/css/fonts/BebasNeue.otf) format('opentype');} div style="font-family:bebas"; (does not work) Does anyone have any idea how to use...
View ArticleIonic 'platform add' give an error
@rickcasey wrote: I've been working on my app for a while. I removed the platforms directory and was trying to add 'ios' back to the app. The command line is giving me an error now: Updated the hooks...
View ArticleDiferent background colors for every item on list
@Sidaphextwin wrote: Hi, I have an array of colors: var colorsArray = ["red", "blue", "black" ... ]; I get some data of mysql database using http.get and list this data via ng-repeat directive:...
View ArticleIonic Material - How Ionic css is overridden by Ionic Material css
@swapnacjl wrote: Hello Ionic Devs.! I am trying to implement Ionic Material styles into my newly created app (which is in Alpha), I am not able to understand how to override those. After i added...
View ArticleIONIC RECORDER cordova-plugin-media
@RehatulAmbar wrote: hi,I have tried to build ionic recorder app with cordova-plugin-media but its does not work, I'm confused about my HTML code or my Controllers code, someone have record app with...
View ArticleError: invalid componentType to push
@basti wrote: Hi,I'm trying to use the new navigation structure as in the tutorial starter given. But when I want to navigate to a new page with similar code like navigating from list to itemDetails...
View ArticleMac or windows?
@Nouf_kh wrote: Hello there.I'm new here and I really need help.I'm going to develop an application using ionic. This application will be for both iOS and android.Do I need mac to develop it for iOS ?...
View ArticleStore the image in variable
@nani_madepalli wrote: Hey everyone, I'm display the logos in my app in every page, & get the image from the url, put the url in one rootscope value and give the src as this rootscope value, here...
View ArticleNg-class to change tab color
@afaf wrote: Hi I am using royal color for my tabs and the rest of theme. I have a setting tab that will let user to switch the theme color using a radio button. How I can do this ? App Color Purple...
View ArticleRegisterbackbuttonaction not able to redirect to the page specified inside...
@abrj wrote: I am handling back operation from a screen in two places one at the top left corner (back Icon) which is working fine(calls goBack) and another on hardware back button in Android with...
View ArticleHow to reload state afer changing picture
@Ionicoser wrote: Hi all Quick facts: User takes a new profile picture. Same Picturename (caching problem, profileid.jpg) - Trying to reload the state to display the new picutre. This works:...
View ArticleScrolling list in android causes items to be highlighted
@marco_santulli wrote: on android (various versions, with and without crosswalk) if you drag a list up and down to scroll it, the item you start dragging from gets highlighted though it shouldn't. It...
View ArticleHow to capture the fullscreen event when I press the default fullscreen...
@foolishfox8619 wrote: hello everyone,I'am really new in ionic.I'am now developing an app with ionic,but I have a problem recently when use the HTML5 video tag. here is part of my template: <div...
View ArticleHow to customize the size of the thumnail in item-thumbnail-left?
@zhouhao wrote: I'm wondering if it's possible to change the size of the thumbnail in item-thumbnail-left? How? Thanks. Posts: 1 Participants: 1 Read full topic
View ArticleTutorial in camera app making
@Geng25 wrote: Can anyone help me, in making a camera app? Editing picture with filters ser/maam Posts: 1 Participants: 1 Read full topic
View ArticleHow to render raw html correctly?
@zhouhao wrote: I'm using ngSanitize to render raw html in my angular project. For example: <p ng-bind-html='article.body'> I'm using console.log to print the contents of my article.body, it's:...
View ArticleIonic serve doesn't trigger webpack
@nmdia wrote: Hi everyone When I type ionic serve command into command line, it starts the server but doesn't boundle javascript/css files via webpack. It also figures out when some changes happen and...
View ArticleGetting error while adding platform iOS in ionic
@chandanionic wrote: hey,when I am adding platform iOS for building my app I am getting Error: " Cannot read property 'indexOf' of null".I am attaching screenshot also.please help regarding this...
View ArticleScroll-bar-indicator not getting hidden on scroll stop
@vijaygattineni wrote: I'm using ion-scroll and scroll indicator is not getting hidden in some cases even though scroll is stopped. I found scroll-bar-fade-out is not getting applied to scroll...
View Article