Search found 85 matches

Go to advanced search

by Frank7390035
Sat Aug 05, 2017 10:43 pm
Forum: Issues
Topic: Angular/Bootstrap project migration to Angular 2?
Replies: 16
Views: 4374
 
Jump to post

Angular/Bootstrap project migration to Angular 2?

Any update on the release on ionic 2? Trying to plan a timeline for our next app...

by Frank7390035
Wed May 10, 2017 3:41 am
Forum: Issues
Topic: scrollable table
Replies: 6
Views: 955
 
Jump to post

scrollable table

Hello Serhil, I just run into a new problem. While the code above works when I manually enter it in an HTML element, it won't work if the html is loaded dynamically. I suspect I that I need to attach a ng-bind-compile. i have created this javascript below to compile the html, but it returns this err...
by Frank7390035
Tue May 09, 2017 11:44 pm
Forum: Issues
Topic: scrollable table
Replies: 6
Views: 955
 
Jump to post

scrollable table

Found this solution:

wrap the table element around this element

ion-scroll scrollX='true' direction='x'

by Frank7390035
Thu May 04, 2017 1:46 am
Forum: Issues
Topic: How to disable autocomplete on an input element
Replies: 4
Views: 1068
 
Jump to post

How to disable autocomplete on an input element

I have resolved this by adding

autosuggest

to the list of properties for the input with the value set to

off

Thanks,
Frank

by Frank7390035
Wed May 03, 2017 11:59 pm
Forum: Issues
Topic: scrollable table
Replies: 6
Views: 955
 
Jump to post

scrollable table

Hi Serhil, Thanks for your reply. Unfortunately it's not working. I have spent my hours on this and my test suggest that it has to do with ionic in some ways...because the same CSS code shown above works on my iphone on a regular webpage outside the app. Do you know what could cause this in the ioni...
by Frank7390035
Wed May 03, 2017 11:01 pm
Forum: Issues
Topic: How to disable autocomplete on an input element
Replies: 4
Views: 1068
 
Jump to post

How to disable autocomplete on an input element

Hi Serhil, I think I didn't ask the question very clearly. What I meant is this: as you type on your iphone on an input element, right above the default keyboard you will see certain words that are autoggested by the iphone/ios. https://d2r1vs3d9006ap.cloudfront.net/s3_images/1591616/the-quicktype-b...
by Frank7390035
Tue May 02, 2017 10:28 pm
Forum: Issues
Topic: scrollable table
Replies: 6
Views: 955
 
Jump to post

scrollable table

Hello, I need to display some tables for an ionic app, but some do not fit the mobile screen. This solution would work beautifully .table-container { width: 100%; overflow-y: auto; _overflow: auto; margin: 0 0 1em; } and it functions from my phone using this link: http://maxdesign.com.au/jobs/exampl...
by Frank7390035
Mon May 01, 2017 9:46 pm
Forum: Issues
Topic: How to disable autocomplete on an input element
Replies: 4
Views: 1068
 
Jump to post

How to disable autocomplete on an input element

Hello,

I am trying to have an input field with the attribute autocomplete = off

e.g.
input type="text" id="cc" name="cc" autocomplete="off"

How do I this in an ionic app?

Thanks for your help,
Frank

by Frank7390035
Fri Apr 28, 2017 2:59 am
Forum: Issues
Topic: Search button on header
Replies: 9
Views: 1121
 
Jump to post

Search button on header

thanks. I am now using a button to display the header title

by Frank7390035
Tue Apr 25, 2017 10:49 pm
Forum: Issues
Topic: Search button on header
Replies: 9
Views: 1121
 
Jump to post

Search button on header

Hi Serhii, Thanks. It does work. I just found that if insert an input component inside the header, the header text (e.g. {{activeScreen.name}}) disappears. Is is possible to have both at the same time? I'd like to have them both on the index page and use variables to control which one to show in dif...

Go to advanced search