Tagged Questions
3
votes
0answers
132 views
Loading Base64 encoded Image in Cocos2dx
In Cocos2DX i am trying to load a base64 encoded image string to create a sprite. somewhere there seems to be a mistake though because bool ok always returns false. maybe anybody can help me?
here is ...
3
votes
0answers
95 views
AIR native c++ extension for android and IOS
I want to write a Flex application that uses native c++ code. The application has to be able to run both on Android and IOS.
According to adobe I have to compile the c++ to a shared library (.so) if I ...
3
votes
0answers
355 views
Hiding soft keyboards on mobile devices when using contenteditable divs
I am using contenteditable divs for a page to be viewed by mobile devices to get input for some stuff. I want the soft keyboard to hide when the user presses enter, instead of the normal action of ...
3
votes
0answers
351 views
qcar-resource.dat file format of QCAR(Vuforia) SDK
My question is simple, that is, given two qcar-resource.dat files, how to combine them into one.
We all know that, there is an library called libQCAR.so. However, it is ARMed-instruction set and ...
3
votes
0answers
212 views
Simulating ActiveSync load from IOS and Android based client to and Exchange Server
I'm developing an Exchange plugin that may effect ActiveSync operations. I am now looking for a quick way to generate a high load of sync/fetch operations that will simulate multiple ISO and Android ...
2
votes
0answers
66 views
Change app name depending on localization
I am using Corona SDK.
How do I programmatically change the application name on the home screen if the locale is in
Sample App Name: "Super Ball"
English: "Super Ball"
Japanese: "スーパーボール"
Chinese: ...
2
votes
0answers
152 views
How do I avoid mobclix autoplaying fullscreen ads?
We're developing an app using mobclix to provide advertisements. Our android version works as desired, but our iOS version occasionally gets fullscreen (I believe they call them interstitial) ads ...
2
votes
0answers
288 views
Change design on InAppBrowser for Cordova 2.3.0+/PhoneGap on iOS
We're using PhoneGap to package our web app on iOS and Android, and we're using the InAppBrowser plugin to display some external pages. We'd like to have this displayed in our own design, and not the ...
2
votes
0answers
166 views
Anchor tag does not work on jquery mobile label
I am using JQuery-mobile and i am unable to use below on actual phone.
<label for='check'>Enjoy your Search at <a href="javascript:void(0);" ...
2
votes
0answers
85 views
Mobile browser(chrome,safari) cookies not deleted on closing session
Mobile browser(chrome, safari) not killing cookies with expire time set to '0', Same cookie persists when browser is reopened...
2
votes
0answers
287 views
Android equivilent of Viewdeck in iOS
Im working on an app that is in android and ios. I found this lib to help with view layouts. https://github.com/Inferis/ViewDeck but I'm not as lucky yet in andoroid. Does anyone have a couple of ...
2
votes
0answers
95 views
Do Android and iOS default media players support range byte-seek?
I am working on a video service that delivers video to mobile platforms. I am currently thinking to use default system players to play video. I want to use progressive download over http. Do iOS and ...
2
votes
0answers
90 views
NSURLCache alternative in Android
I have custom caching engine in my iOS application.
AFURLCache* urlCache = [[[AFURLCache alloc] initWithMemoryCapacity:0 diskCapacity:0 diskPath:@""] autorelease];
[NSURLCache ...
2
votes
0answers
135 views
i-nigma sdk/source code
I have the i-nigma sdk and source code for Android and iOS and I dont know what to do with that I need to add some things to the app change the design and more I have all the needed files I need to ...
2
votes
0answers
176 views
IOS Mobile Safari background image position with CSS
This seems like a strange issue and I hope that I just overlooked something but I have a link with a background image that is positioned just to the left of it. The style below works fine in a desktop ...