Search found 37 matches

Go to advanced search

by kevinmcisaac
Wed Oct 14, 2020 2:20 am
Forum: Issues
Topic: Using a model as a Type in my typescript
Replies: 1
Views: 1212
 
Jump to post

Using a model as a Type in my typescript

I've defined a number of models and they seem to be used like a Type when the code is being tested.

Can I use them as a Type in my own custom Typescript? I tried using syntax like "function (latlon: LatLon): LogEntry {} "

where LatLon and LogEntry are models, but this did not work

by kevinmcisaac
Tue Oct 13, 2020 3:50 am
Forum: Issues
Topic: Charting data that is set from a typescript
Replies: 3
Views: 1847
 
Jump to post

Re: Charting data that is set from a typescript

Ahhh... figured it out. need to add it to the page create after the event with the TS.

Solved... thank you

by kevinmcisaac
Tue Oct 13, 2020 3:15 am
Forum: Issues
Topic: Reverse geocoding
Replies: 6
Views: 3049
 
Jump to post

Re: Reverse geocoding

Thank for the suggetion. I've implemented both and got them working.

FYI - The benefit of the plug in on the device is it uses the device credential rather than the REST service which requires a Goolge API key.

by kevinmcisaac
Tue Oct 13, 2020 3:13 am
Forum: Issues
Topic: Charting data that is set from a typescript
Replies: 3
Views: 1847
 
Jump to post

Re: Charting data that is set from a typescript

Not quite. This required me to click on the chart to see the data. Is there an function/API I can call that does the update?

by kevinmcisaac
Sun Oct 11, 2020 1:25 am
Forum: Issues
Topic: Reverse geocoding
Replies: 6
Views: 3049
 
Jump to post

Re: Reverse geocoding

I followed the calendar plugin tutorial (https://docs.appery.io/docs/ionic-4-calendar-plugin-tutorial) and got that working. I then worked though this for the geocoder plugin and got it work, thank you! This was quite complex (for a newbie) and I'd encourage you to add the cordova-plugin-nativegeoco...
by kevinmcisaac
Sat Oct 10, 2020 10:16 pm
Forum: Issues
Topic: Intent filter for CSV
Replies: 3
Views: 1711
 
Jump to post

Re: Intent filter for CSV

Serhii,
thank you for the advice. I'm assuming I need to add the proposed code for the intent-filter to the AndroidManifest.xml, is that correct?

I'm new to Appery, where in the product can I do that.

by kevinmcisaac
Sat Oct 10, 2020 12:43 pm
Forum: Issues
Topic: Charting data that is set from a typescript
Replies: 3
Views: 1847
 
Jump to post

Charting data that is set from a typescript

The chart tutorial shows creating a chart where the data is defined in the "code" tab, i.e., a static array of data defined in the code.. I want use a typescript event to set the variable to be charted (i.e. "this.data") and have have this data charted. To do this I created a typ...
by kevinmcisaac
Fri Oct 09, 2020 11:42 pm
Forum: Issues
Topic: Datatable not updating after long running "Run Typescript"
Replies: 4
Views: 2064
 
Jump to post

Re: Datatable not updating after long running "Run Typescript"

Galyna, this looks like a bug that should be followed up. How do I submit bug reports?

by kevinmcisaac
Fri Oct 09, 2020 11:41 pm
Forum: Issues
Topic: Reverse geocoding
Replies: 6
Views: 3049
 
Jump to post

Re: Reverse geocoding

I'm not sure how to add the plug in. Do you have an example of adding a new Cordova native ionic plug-in

by kevinmcisaac
Fri Oct 09, 2020 8:52 am
Forum: Issues
Topic: Reverse geocoding
Replies: 6
Views: 3049
 
Jump to post

Reverse geocoding

I have a lat/long and want to turn this into an address (reverse geocoding). Cordova has a native ionic plug-in (see here) https://masteringionic.com/blog/2017-06-13-geocodingreverse-geocoding-with-ionic-native/ I see there is a Geo Service plugin but this is for Geolocation not Geocoding. Do you ha...

Go to advanced search