Search found 22 matches

Go to advanced search

by RP
Mon Sep 23, 2019 4:44 am
Forum: Issues
Topic: Has anyone used the cordova-plugin-openwith plugin in Appery.io or know of alternative one that works?
Replies: 6
Views: 1831
 
Jump to post

Has anyone used the cordova-plugin-openwith plugin in Appery.io or know of alternative one that works?

Hi Shrhii, can you confirm if the platform could support such a feature? I like to order the advisory pack soon and start work on getting that feature deveoped.

by RP
Wed Sep 18, 2019 5:33 pm
Forum: Issues
Topic: Has anyone used the cordova-plugin-openwith plugin in Appery.io or know of alternative one that works?
Replies: 6
Views: 1831
 
Jump to post

Has anyone used the cordova-plugin-openwith plugin in Appery.io or know of alternative one that works?

Hi Serhii, I've attached what I like to accomplished. If there are no limitations in accomplishing it on the appery.io platform I will buy the Advisory Pack to help me out. Does it seem like it could get accomplished? Best, RP https://d2r1vs3d9006ap.cloudfront.net/s3_images/1807047/SS-20190918103255...
by RP
Tue Sep 17, 2019 11:59 pm
Forum: Issues
Topic: Has anyone used the cordova-plugin-openwith plugin in Appery.io or know of alternative one that works?
Replies: 6
Views: 1831
 
Jump to post

Has anyone used the cordova-plugin-openwith plugin in Appery.io or know of alternative one that works?

Hello, I like to register my app with the phone to allow "Share Using" actions to pass data to my app. I found this plug-in that supports what I want as I couldn't figure out how to do it in Appery.io without a plugin: https://github.com/j3k0/cordova-plugi... However, the cordova plugin wo...
by RP
Mon Sep 16, 2019 8:02 pm
Forum: Issues
Topic: How do I read and change an Ionic button text?
Replies: 1
Views: 1002
 
Jump to post

How do I read and change an Ionic button text?

Hello, On click of a button, I like to read the button's current text, and depending on an action change that button's text. I found this in some appery.io docs, but haven't been able to successfully use it: //to read the button text $('[dsid=button]').text(); //to change the button text without mes...
by RP
Sun Sep 15, 2019 5:10 pm
Forum: Issues
Topic: What does the Appery.io Upload plug-in return as response after a successful file upload?
Replies: 1
Views: 957
 
Jump to post

What does the Appery.io Upload plug-in return as response after a successful file upload?

Hello, I've successfully implemented the Appery.io upload to db example using the plug-in and the tutorial. In the invocation of the FileDB__files_upload_service I like to know what is returned and how to access it currently the example provided just does the following listed below. But I like to ge...
by RP
Sun Sep 15, 2019 12:02 am
Forum: Issues
Topic: With Appery.io can I directly upload a file from the phone app to my REST API on my server?
Replies: 11
Views: 14425
 
Jump to post

With Appery.io can I directly upload a file from the phone app to my REST API on my server?

Alas, even though the above works, the file size limit is under 118 KB or so. That's a bit a way too low for my needs. Thoughts?

by RP
Sat Sep 14, 2019 6:26 pm
Forum: Issues
Topic: With Appery.io can I directly upload a file from the phone app to my REST API on my server?
Replies: 11
Views: 14425
 
Jump to post

With Appery.io can I directly upload a file from the phone app to my REST API on my server?

Perhaps this is not elegant, but it works for prototyping purposes. I'm sure there are some limitations but for my use this seems to be working so far. I decided not to take the binary approach in sending data across. Things got greatly simplified dealing with base64 encoded messages in json objects...
by RP
Fri Sep 13, 2019 9:20 pm
Forum: Issues
Topic: With Appery.io can I directly upload a file from the phone app to my REST API on my server?
Replies: 11
Views: 14425
 
Jump to post

With Appery.io can I directly upload a file from the phone app to my REST API on my server?

Thank you. That helped. I believe I'm very close to getting this to work. The only issue I'm stuck on is the transmission of binary data like a pdf gets corrupted at the endpoint. I've attached a screenshot as an example of the the small differences. I followed this: https://getsatisfaction.com/appe...
by RP
Fri Sep 13, 2019 6:54 am
Forum: Issues
Topic: With Appery.io can I directly upload a file from the phone app to my REST API on my server?
Replies: 11
Views: 14425
 
Jump to post

With Appery.io can I directly upload a file from the phone app to my REST API on my server?

Not sure if this helps, I see this in the the trace log of the upload service I created as the request body being posted now:

13.9.2019, 11:52:46 PM: {"filename":"ExamFileLog-2-9-2019-15-24-49.txt","isUploaded":false,"filepointer":{}}

Go to advanced search