Questions tagged [smartface.io]

Cross Mobile Development Platform. It has WYSIWYG Design Editor, JavaScript and on device debug features

It is a Cross Mobile Development Platform. You can design and write your application with single code base. JavaScript is used as language. It also supports on device publish and debug.

WYSIWYG Design Editor

  • “What You See Is What You Get” design editor
  • Easy drag & drop app design
  • Rule based structure fits perfectly to all iOS and Android devices
  • Check your design on device runtime
  • Change your design view for the desired device

JavaScript Code Editor

  • %100 JavaScript (ECMAScript) support
  • Show off your exceptional JavaScript skills for native app development
  • Full autocomplete support, even for custom objects

iOS/Android On Device Emulator

  • One click iOS emulator on Windows PC (on device)
  • One click Android emulator/simulator (both virtual and real devices supported)

smartface.io

281 questions
4
votes
0 answers

Google Play and OpenSSL warning message Smartface Application

I just received an email from Google play stating: Hello Google Play Developer, Your app(s) listed at the end of this email utilize a version of OpenSSL that >contains one or more security vulnerabilities. If you have more than 20 >affected apps in…
3
votes
1 answer

Convert base64 string to image in smartface.io

Hello smartface community, I need help to convert the base64 string back to image in smartface.io. For example, following code converts image to base64 var img = new SMF.Image(e.file); var blob = img.getBlob(); var…
3
votes
2 answers

Default iOS back bar button item

I want to add back button on NavBar in iOS, but I can't find back array image on systemItem. Is there any property of default back arrow image. I tried SMF.UI.iOS.BarButtonType.cancel but it has a title says "Vazgeç" instad of back arrow image.
abalta
  • 817
  • 1
  • 10
  • 18
2
votes
1 answer

Getting an empty remote token

I read this link https://www.smartface.io/developer/guides/advanced/push-notifications/ then I used the fallowing code: function Global_Events_OnStart(e) { Notifications.remote.registerForPushNotifications({ OnSuccess :…
2
votes
2 answers

Apk tool Decode error during publish Smartface app studio

I want to publish my application but I am receiving error during Publish. Do see the 'Error' screenshot but java environment path is given. Do see the 'Java Environment Path' screenshot Error ScreenShot Java Environment Path Help me please.
2
votes
2 answers

Javascript wont parse objects from JSON correctly

I am trying to get a Repeat Box to fill up with objects from a JSON document. However, it wont add each item but rather multiple copies of the first item in the JSON document. Any clues as to why? I am using the following code to pull objects from…
JESlabbert
  • 150
  • 2
  • 11
2
votes
1 answer

Smartface.io webview access gallery not working (android)

I tried inside WebView upload a file (image). When click upload button nothing happen on android device. But iOS device open gallery and I can upload photo in WebView. I set android permisions
Dmtr
  • 21
  • 2
2
votes
1 answer

What is the difference between SMF.Net.WebClient.requestBody and SMF.Net.WebClient.requestString?

In documentation, there is no clear explanation of requestBody and requestString. If you rely on docs, It seems they both do same job.
atakan
  • 635
  • 4
  • 11
2
votes
1 answer

How can I stop all process if network connectivity lost in Smartface.io

I'm using function Global_Events_OnStart(e) { isNetworkUp = (Device.connectionType == 0); } to detect if network connected. At Home Screen's onShow event which hosts code to run Webclients: function pgHome_Self_OnShow() { if (isNetworkUp)…
atakan
  • 635
  • 4
  • 11
1
vote
1 answer

Smartface or Xamarin for iOS app development in windows

I am going to start learning iOS app development. I know android app development (using Android Studio) but the point is I don't own Mac. I googled my problem and many solutions came like Virtual Machine Hackintosh Smartface and Xamarin First 2…
Shubham
  • 72
  • 1
  • 10
1
vote
1 answer

How do I rotate this image in the smartface,io IDE using javascript?

I need this image to, upon button press, rotate 90 degrees to the left, and upon a different button rotate 90 degrees to the right. here is my code. Any help would be greatly appreciated!! var pinWheel = new SMF.UI.Image({ name :"Pin Wheel", …
Binary111
  • 163
  • 3
  • 14
1
vote
0 answers

Itunes app store reject Smartface 4.5

I upload ios appstore app which is working with backend server getting info by Webclient and appstore rejected my app due to connection problem to backend serevrer as: Apps are reviewed on an IPv6 network. Please ensure that your app supports IPv6…
Alex Guba
  • 134
  • 1
  • 10
1
vote
1 answer

Add a camera feature to an app in which users who use the app can use the camera feature to upload an image onto the app using Smartface?

Add a camera feature to an app in which users who use the app can use the camera feature to upload an image onto the app using Smartface? I've tried implementing a camera feature but it didn't go well. Thankyou
S.Laura
  • 13
  • 5
1
vote
1 answer

Smartface 4.5 Location info

Following code gives compile error in order to get location info from gps for smartface 4.5 for android and ios. How to get loctaion with SMF 4.5? // Get location * @this SMF.Net.Eventsfunction…
Alex Guba
  • 134
  • 1
  • 10
1
vote
1 answer

How to create a webservice for a login system?

I was wondering if it was possible to create a login system using a webservice as I need to add a login system in my app in Smartface App Studio? Thanks
1
2 3
18 19