Search found 6 matches

Go to advanced search

by Edmund Wong
Fri Mar 20, 2015 9:25 pm
Forum: Issues
Topic: Importing non-public plugin
Replies: 1
Views: 578
 
Jump to post

Importing non-public plugin

Is there any way to import a non-public plugin created from one account into a different account?

by Edmund Wong
Fri Mar 06, 2015 1:28 am
Forum: Issues
Topic: overriding control properties
Replies: 4
Views: 4127
 
Jump to post

overriding control properties

I just found out I can de-select the popup arrow option. Still it is strange I cannot override it with CSS using !important

by Edmund Wong
Fri Mar 06, 2015 12:44 am
Forum: Issues
Topic: overriding control properties
Replies: 4
Views: 4127
 
Jump to post

overriding control properties

I am not able to override the 'data-arrow' property using custom CSS. The only solution I see is to remove the 'data-arrow' property the html file. Perhaps it's better to add a "no arrow" option in the visual app builder?

by Edmund Wong
Tue Mar 03, 2015 1:08 am
Forum: Issues
Topic: adding PhoneRTC plugin
Replies: 2
Views: 928
 
Jump to post

adding PhoneRTC plugin

I am trying to add PhoneRTC as a Cordova plugin to my project. I have followed the instructions on http://devcenter.appery.io/documentat... for android. PhoneRTC requires the WebRTC native android libraries (as jar and so packages), which are added to the /libs folder. However, when I try to build t...
by Edmund Wong
Thu Feb 26, 2015 1:45 am
Forum: Issues
Topic: overriding control properties
Replies: 4
Views: 4127
 
Jump to post

overriding control properties

Is there a way to override the properties of UI controls? For example, I would like to remove the arrow from the popup and disable cornering with group buttons. Setting the property 'data-arrow' to false in the editor does not work.

by Edmund Wong
Wed Feb 25, 2015 10:40 pm
Forum: Issues
Topic: no callback after FileTransfer upload
Replies: 0
Views: 724
 
Jump to post

no callback after FileTransfer upload

Below is the code I use to upload some image file to our server: SP_mobileAPI.win = function(r) { this.onLogMsg('uploadImage success: response = ' + r.response); }; SP_mobileAPI.fail = function(error) { this.onLogMsg('uploadImage fail: code = ' + error.code); }; SP_mobileAPI.onprogress = function(p)...

Go to advanced search