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
1
vote
1 answer

Buttons on the app don't work in an app made by Smartface App Studio

I was viewing my app on a mobile testing site and when I click on the buttons on my app they don't do what they are meant to do which is to navigate a page in the app. This is the code I used for the button: Thanks
user5993761
1
vote
0 answers

Plugin usage in smartface

I have created plugin,But in output zip file apk\smali\io\smartface folder is empty. Please help..
user4516606
  • 153
  • 1
  • 2
  • 9
1
vote
0 answers

Android QR Code Scanning in Smartface 4.5 giving exception

I have developed an application in Smartface 4.4 which has a QR Code Reader in which the QR code are not auto-focusing. So i went to smartface 4.5.0 and tried with the sample code on the website…
1
vote
2 answers

Smartface adding buttons that navigate to another page in the app

I tried adding buttons that redrict to certain pages however every time I change one button it changes all the other buttons as to where the page would navigate. This is what happens... what the script editor shows what happens to other buttons…
user5993761
1
vote
1 answer

Smartface add searchbar to actionbar

I want to add searchbar in actionbar. I don't know how to do this. Can you show me an example code. Maybe this code may be incorrect. srcBar = new SMF.UI.SearchBar({ width:"100%", height:"10%", left:"0%", top:"20%", …
user5774297
1
vote
0 answers

APK gives error during upload to appstore for android for Smartface 4.5

When you try to upload Google play ther result of publish APK it gives below error with Smartface 4.5. How to solve?
Alex Guba
  • 134
  • 1
  • 10
1
vote
1 answer

Blocking whole UI with Smartface

I am developing a mobile App using Smartface. In my page NavigationBar and ActionBar are in use. During a network operation I want to prevent user to perform actions. It is possible to block the UI under navigation & action bars. How can I prevent…
1
vote
1 answer

File Download Smartface 4.5

I have downloaded Sample Project for file upload and download but it does not work file download for ios and android. Is the bug still going on for this relase also? If not could you share a working code for picture download sample code?
Alex Guba
  • 134
  • 1
  • 10
1
vote
1 answer

Export Data From an App and Display It on a Website

Beginner here so take it easy. I am building a basic hybrid-platform app using Smartface (a similar platform to Phongap). For purposes of this discussion, the app will do something very basic: you click the start button and it will start counting…
Moneer81
  • 193
  • 1
  • 9
1
vote
1 answer

Smartface 4.5 crashes with Create Table

Smartface 4.5 crashes on Android without any error code if you try to create table with following code. How to create local table with this new version? Data.execute("DROP TABLE IF EXISTS testtable;"); Data.execute("Create table testtable (col1 int,…
Alex Guba
  • 134
  • 1
  • 10
1
vote
1 answer

How to get mobile number from Smartface App Studio?

As I need to include OTP process for my App linking up with mobile number, I am planning to auto populate the user mobile number by default in my app screen. Can any help in getting mobile number using Smartface App Studio
1
vote
1 answer

Searching for contacts with smartface

I would like to show my users a list of their contacts with a phone number. I tried to create a filtered list using the getAll method, but I found it too slow. So I would like to allow the user to search for a name, and then I would return the…
Nick
  • 781
  • 2
  • 8
  • 25
1
vote
0 answers

Parse Js API on Smartface

I'm a beginner to Smartface, and I want to use Parse in the app. I have two questions about that: First one: I don't know if I can use Parse Js API because there's only JSON tutorials. So, can Smartface use Parse Js API? Second: Doing some…
Luccas Clezar
  • 953
  • 10
  • 16
1
vote
1 answer

Not able to run with iOS device emulator in Smartface App Studio

Having individual license and trying to run it with iOS device emulator. Installed updated smartface-in-action in my iPhone 5 Connected iPhone 5 with USB Selected "iOS" from profile dropdown and clicked on "Device Emulator". But, it's saying…
1
vote
1 answer

Setting the text color for a menu item on Smartface (Android)

I'm struggling to set the menu item text color to white on Android, but without much success. I've tried: this.actionBar.itemTextColor = "#ffffff"; //this is not working on Android Any ideas? I'm using Smartface 4.3.0
1
2
3
18 19