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.
Questions tagged [mosync]
57 questions
0
votes
1 answer
Self signed certificate jQuery AJAX in Mosync
Background:
I've seen a few questions like this one, but none that actually answer this.
I am attempting to use a self signed certificate on a webservice to prove SLL encryption when I communicate to the server. The server is pretty old and…

BlargleMonster
- 1,602
- 2
- 18
- 33
0
votes
1 answer
Compiler Error __ZTVN13..6..E
I'm currently struggeling with a compilerproblem. The problem is, that i use one of the MoSync example apps called "European Countries" (written in c++) to write my own. But when i compile the modified code, it gives me following error in…

NicTesla
- 1,626
- 5
- 21
- 35
0
votes
1 answer
MoSync: open a link in a default webbrowser
I am building an HTML5 app with MoSync and I would like to open a URL in the device's default webbrowser from the JavaScript. Could you please paste some example code how could this be done?
Thanks!

Kaspi
- 3,538
- 5
- 24
- 29
0
votes
1 answer
C++ build error in GCC (MoSync) due to std::pair
I'm using MoSync IDE to build my C++ code for mobile platform. Initially the C++ code was built separately by Visual Studio 2010 without any problems. But when I used MoSync IDE to rebuild the C++ code, it generated some error message. My C++ code…

tonga
- 11,749
- 25
- 75
- 96
0
votes
1 answer
How to get mosync app to use RESTful APi and json payload
I have written a mosync application that interacts with a REST we service. I am using the AMDownload package. Wat is the right way to send the json payload required by the REST API?

user1622343
- 967
- 5
- 9
0
votes
1 answer
Which cross platform app building tool should I use?
I need to build an app that works on IPhone, Android and Blackberry and it involves sending SMS's (or opening the native SMS service with preloaded contacts and message), access to contacts and push notifications.
The app is simple to build but I…

user972616
- 1,324
- 3
- 18
- 38
0
votes
1 answer
MoSync IDE: how to run apk in Bluestacks?
I'm trying out the MoSync IDE (special version of Eclipse to develop cross-browser Android and iOS apps with HTML/Javascript).
It currently uses the standard SDK Android emulator which is rediculously slow. I found Bluestacks which is a…

Dylan
- 9,129
- 20
- 96
- 153
0
votes
1 answer
How can I build an APK file using MoSync Reload?
I tried building an application using the MoSync Reload environment.
The project does work through the web interface + android client.
Now I would like to make an Android installer file ".apk".
So my question is simple :
How can I generate an…

Jsncrdnl
- 3,005
- 5
- 28
- 43
0
votes
1 answer
Accessing C++ vector elements without casting
I'm using MoSync / MAUI to create an mobile application prototype, but I'm facing a problem with the class
inheritance:
The class hierarchy for the standard MAUI widgets is:
Widget
EditBox
Label
ListBox
...
Then, because I want to…

PabloG
- 25,761
- 10
- 46
- 59
0
votes
1 answer
how to change page in multipage hybrid app file using $.mobile.changePage()?
in my hybrid app, i'm trying to change page in a multipage file using jquery mobile function changePage.
when i press the button it hides current pages and shows blank page. same if i'm hidding/showing divs using hide/show jquery functions.
it works…

anjo
- 1
- 2
0
votes
2 answers
Problems with adding multiple html files on Mosync
i'm new to Mosync and i'm trying to create an HTML5/Javascript project. The IDE generates a main.cpp file and an index.html file.
The main.cpp file contains a reference for the index.html file; i've already tried creating a new html file inside the…
-2
votes
1 answer
back button of smartphone doesn't work
I am developing an app using MoSync SDK.
I have 5 pages. Whenever I try to return back to the previous one, my smartphone's back button doesn't work. I have used the following code:
//back button (on Android).
document.addEventListener(
…

Sabik
- 1
- 1