Ionic custom radio toggle
@asadwaheed wrote: I want to make this radio to toggle between two list and want it to look exactly like this how can I achieve this? Posts: 4 Participants: 2 Read full topic
View ArticleHow can I inject Ionic Storage into the other module's config?
@jehong wrote: Hello. I made an app using graphQL apollo client. It works well. But the app is still using the window.localStorage to set the auth header. When I decide to change it with Ionic...
View ArticleAdd icon to ion-option in ion-select
@taha1992 wrote: is it possible to add icon to ion-option in ion-select ? something like this <ion-select name="type"> <ion-option value="bar"><ion-icon...
View ArticleHow does Picker refresh the data for each column?
@chuck_don wrote: code let picker = this.pickerCtrl.create(); picker.addButton({ text: '取消', role: 'cancel' }); picker.addButton({ text: '确定', handler: (data: any) => { this.value = data;...
View ArticleRoboto font missing
@Eric_Horodyski wrote: I have a custom copy.config.js script I run to move FontAwesome into my folder. The downside is that it looks like the Roboto font is missing (comes back w/ 404s). What’s weird...
View ArticleUsing Stripe.js on iOS fails silently
@baadier1 wrote: Hey, I’m getting a weird bug. We use Stripe.js in our app and it works fine on Android and in the browser but on iOS nothing happens. It fails silently. Any idea what would stop some...
View ArticleSuper Tabs Refresh
@inghost3r wrote: Hi developers , I use super tabs, I want the old tab to be refreshed again when the tab is selected ss1.jpg323x562 24.7 KB ss2.jpg375x610 27 KB SS4.jpg341x543 24.5 KB ss5.jpg327x567...
View ArticleIonic serve: Resource blocked due to MIME type mismatch...
@mdline wrote: Hello, I am despairing why I get errors like the resource is blocked due to MIME type mismatch (X-Content-Type-Options: nosniff) for following files http://localhost:8100/build/main.css...
View ArticleIonic v.3 Customizing Tabs
@AthanD_IP wrote: I am trying to customize my tab bar (tabbar) and the one specific button in the tab. I cannot seem to find the way to give to one specific button among the tab buttons an id or class...
View ArticleImport HTML template
@Balastrong wrote: Hey everyone! I’d like to have in my app a specific HTML template in some pages, always the same. I’ve read that for angular 1 we had a function called ng-include, to get HTML code...
View ArticleSide Menu does not call function
@adnanu wrote: My App does not recognize a function in my app.html for the Sidemenu for a button as shown below aaa.png333x577 26.6 KB Here is my code hjs.png895x651 46.3 KB Here is the error...
View ArticleAre Ionic view servers down?
@howdoesthiswork wrote: I haven’t used Ionic for the last year but just started a new project and created a new account today. I have just created a new test app, assigned a ssh key, uploaded it to...
View ArticleButton inside of a clickable ion-card
@shaneparsons wrote: I have a list of clickable cards. In the top right corner of each card is a fab. Clicking a fab fires the card’s click function along with the intended function. Is there any way...
View ArticleIonicPageModule abstraction / decorator
@jerrydengds wrote: IonicPageModule seems to require individual pageModule definition. Can I write a wrapping, higher order decorator to eliminate duplicate code in the individual pageModule? If so,...
View ArticleShow SplashScreen While Calling HTTP/HTTPS
@jsmythe wrote: I added the code this.callHTTP() to the MyApp constructor in app.components.ts where async callHTTP(){ await this.doHTTP(); } doHTTP(){…} // set this.rootPage and transfer to another...
View ArticleVideo has no sound when ringer is off in iOS. - How to get iOS to treat video...
@leetheguy wrote: I’m building a video player app for a client who keeps her ringer muted at all times. She has an issue that she’s not able to hear the sound in her videos. She eventually figured out...
View ArticleUsing Ionic with a database
@Louis101 wrote: Hi, This is my first time developing an app with ionic. I want to use a database to pull information to different pages in my app. I am struggling to understand what databases work...
View ArticleHelp with a custom input mask that works with ion-input
@jordan4jc wrote: I’ve been at this off and on for a couple days trying to find a way to get a custom input masking directive to work with the ion-input component. I found a github thread here that...
View ArticleIs it possible and easy to make an app similar to this using ionic?
@drozay007 wrote: Hello, Can somebody tell me if it would be possible to make an app similar to this one Basically a user can select a fireplace (over 50) and the image pops up over the background...
View ArticleIonic Pro - Ionic View & Developer Apps
@gregmarine wrote: I have searched the forum for the latest news on the new Ionic View & Developer apps for Ionic Pro. I have yet to find anything regarding them and see that the new Ionic View is...
View Article