Search found 37 matches

Go to advanced search

by kevinmcisaac
Wed Nov 11, 2020 1:48 am
Forum: Issues
Topic: Example of observables
Replies: 2
Views: 1372
 
Jump to post

Re: Example of observables

Thank you. That is what I'm currently doing, however this requires a lot of manual work to ensure each screen (component) read/writes the variable/storage and this becomes burdensome for complex apps.

by kevinmcisaac
Wed Nov 11, 2020 1:00 am
Forum: Issues
Topic: Setting size of ionic-input
Replies: 5
Views: 2282
 
Jump to post

Re: Setting size of ionic-input

The IONIC documentation indicates using the size attribute, however this does not work due to the CSS width definitions overrising this. I found that simply setting the width in CSS was fine, i.e., I defined the follow CSS .fourdigits {min-width: 44px;} .threedigits { min-width: 34px; } then added t...
by kevinmcisaac
Wed Nov 04, 2020 5:17 am
Forum: Issues
Topic: Example of observables
Replies: 2
Views: 1372
 
Jump to post

Example of observables

As recommended by Angular, I'd like to use observables to "support for passing messages between parts of your application", e.g., between screens.

Do you have an example/demo of this. I'm using IONIC4

by kevinmcisaac
Wed Nov 04, 2020 5:14 am
Forum: Issues
Topic: Setting size of ionic-input
Replies: 5
Views: 2282
 
Jump to post

Re: Setting size of ionic-input

IONIC4, default input component

by kevinmcisaac
Fri Oct 30, 2020 1:05 am
Forum: Issues
Topic: Google map component
Replies: 8
Views: 5143
 
Jump to post

Re: Google map component

Got the answer. Tt turned out to be very simple. I recommend you document this, however incase other want to know now, in IONIC 1) Under the page's CODE tab, create a new variable map of type any. 2) On the map component add a Map Ready event with the following type script. this.map = event; const s...
by kevinmcisaac
Tue Oct 27, 2020 5:06 am
Forum: Issues
Topic: Google map component
Replies: 8
Views: 5143
 
Jump to post

Re: Google map component

Serhii
I've already purchased that service. Can you forward my question to the advisory team. Thank you.

by kevinmcisaac
Tue Oct 27, 2020 5:05 am
Forum: Issues
Topic: Writting a file to the device
Replies: 3
Views: 1743
 
Jump to post

Re: Writting a file to the device

Incase anybody else is needed to do this, after a a lot of reading stackoverflow I learnt: Use "globalThis.window" in stead of "window". I guess this is an angular thing Use "webkitRequestFileSystem" instead of "requestFileSystem" in chrome Here is the full co...
by kevinmcisaac
Sat Oct 24, 2020 12:15 am
Forum: Issues
Topic: Setting size of ionic-input
Replies: 5
Views: 2282
 
Jump to post

Setting size of ionic-input

I have several ion-inputs, type=number, in a grid row and I expect that on smaller devices this should wrap. This works fine in the xs/sm setting in testing but in the APK on my phone one of the input element is too small (only takes 3 digits and I need 4) and clips the numbers withmore than 3 digit...
by kevinmcisaac
Thu Oct 22, 2020 10:44 pm
Forum: Issues
Topic: Google map component
Replies: 8
Views: 5143
 
Jump to post

Re: Google map component

Great example. Unfortunately this is from 2015 and the platfrom APIs have changed. I use the code var map = Apperyio("myMap").gmap; and got this error [quote]ERROR in src/app/Map/Map.ts:1233:19 - error TS2663: Cannot find name 'Apperyio'. Did you mean the instance member 'this.Apperyio'? 1...
by kevinmcisaac
Thu Oct 22, 2020 9:23 am
Forum: Issues
Topic: Google map component
Replies: 8
Views: 5143
 
Jump to post

Google map component

Great component! I was able to get this set up and working in less than a min! Two questions: Do you have example of how I can draw a track over the map. I have a set of lat/lon coordinate that defines a (flight) path and wanted to show that over the map. When this runs on a mobile device is it poss...

Go to advanced search