Questions tagged [mosync]

MoSync's open-source Software Development Kit (SDK) and MoSync Reload enable mobile and web developers to build and compile apps for up to nine different mobile platforms with one single code base, using standard C/C++ or HTML5/JavaScript, or a combination of both to create hybrid apps.

57 questions
1
vote
1 answer

Building mosync on Ubuntu

I recently downloaded mosync and i am trying to build it on my Ubuntu 12.0.4 dev machine. However, I cannot find any build instructions - and opening the .sln file in MonoDevelop raised several exceptions because of the Windows libraries…
Homunculus Reticulli
  • 65,167
  • 81
  • 216
  • 341
1
vote
1 answer

MoSync Update LocalFiles without prompting

I have a mobile App developed in MoSync. It uses jQuery Mobile, and its all very beautiful. My Business Manager asks (A typical business manager question probably): How can we update the app without prompting the user? I don't think we can update…
Florian Mertens
  • 2,418
  • 4
  • 27
  • 37
1
vote
2 answers

Why the "Back" button does not navigate back to the previous page on my smartphone?

I'm new to Mobile development. I wrote a simple web app for mobile platforms which contains two HTML files: index.html, info.html. In the main page index.html, there is a hyperlink that allows user to navigate to the next HTML page: info.html like…
tonga
  • 11,749
  • 25
  • 75
  • 96
1
vote
1 answer

MoSync C++ Cross Platform Development

MoSync Can I use C++11 features such as smart pointers while using MoSync IDE? What is the underlying compiler used by MosSync IDE ? Is it worth investing time and money on MoSync ? Is it mature enough ?
Ram
  • 3,045
  • 3
  • 27
  • 42
1
vote
0 answers

how to Encrypt/Decrypt our sqlite database in mosync

I have done Encryption/Decryption using XOR function in mosync and it works nicely. But while using for Binary File (SQLite database) its shows error that file can't be open. Then I used fread function like C++ but it also does not work . I want to…
Arun
  • 163
  • 10
1
vote
1 answer

How can I retrieve label text from ListBox in mosync?

I am using mosync 3.1. I have created a listbox and added labels as listbox items. I want to be able to retrieve the text or name of the label that is selected.
user1622343
  • 967
  • 5
  • 9
1
vote
1 answer

mosync c++ or javascript

Is the performance of apps developed in mosync same c++ same as those developed with html5 and javascript. What are the pros and cons of using c++ or using javascript. Regards, Pankaj
Pankaj
  • 2,538
  • 3
  • 26
  • 39
1
vote
1 answer

Is it worth to perform android c++ softare development via MoSync?

I had several mobile projects in which I used MoSync. In these projects I work mostly with c++ for Java ME platform. I found this toolkit nice and robust. Result was perfect, I run applications on my phone. Now I think about android platform. I…
fat
  • 6,435
  • 5
  • 44
  • 70
1
vote
1 answer

Errors running MoSync example project on Java ME phones

I'm working on a prototype MoSync / MAUI application: it runs fine in my Android phone and in the emulators (MoRe / JavaME). Then I try to compile and run the program in a couple of old Java phones (Motorola V3i and LG KP500) but I cannot manage to…
PabloG
  • 25,761
  • 10
  • 46
  • 59
1
vote
1 answer

Capture User Input with MoSync Native UI using JavaScript

I've been struggling to capture user input using JavaScript and jQuery. I've tried using $("#userInput").val(),getNativeElementById("userInput").text/getText/getProperty("text"). I'm trying to build a user login screen and documentation is really…
thorne51
  • 588
  • 7
  • 23
0
votes
1 answer

Mosync compile on linux fails

I am trying to compile MoSync, but get the following errors. I looked around on the mosync forum but couldn't find anything... $ ./workfile.rb CONFIG="debug" Hook directories are equal. Set constant…
elimirks
  • 1,452
  • 2
  • 17
  • 30
0
votes
2 answers

MoSync native UI and deployment

Does anybody know if it's possible to use MoSync to create apps with a native UI? From what I can tell all the UI/graphics is done with their own UI library and don't the the native ui elements. Also, now that I'm creating a question anyway. Why…
Rutger
  • 60
  • 1
  • 6
0
votes
1 answer

MoSync: Java Started but Returned Exit Code 13

I want to start making android apps using MoSync but when I tried to run MoSync for the first time, confronted with this error: http://s3.picofile.com/file/8197460276/Capture.PNG In addition, I have ran eclipse and android studio without java errors…
M3A
  • 7
  • 2
0
votes
1 answer

How to create opening splash screen with Mosync

I'm learning Mosync (android,iphone,etc. development tool) and I want to make Android application using HTML+Javascript Anyone can give me explanation and sample how to make splash screen with Mosync? Thanks.
Jopie
  • 336
  • 3
  • 9
0
votes
0 answers

How to connect SignalR Client on mobile device

Now i am developing selfhost signalr server application using VS2012 and client application using HTML/JS WebUI in Mosync IDE. When communication between client and server application, the signalr hub is successfully created on all browser and…