QCompleter crash on Android - android

I am using Qt Widget QCompleter in combination with QComboBox and the completion mode is set to QCompleter::PopupCompletion. It works fine on Windows, but app crashes while typing text in the QComboBox on Android platform. If I change the completion mode to QCompleter::InlineCompletion, then it works fine on both Windows and Android platforms.
Has anyone experienced this issue and found some solution. Please guide or suggest some other alternative. I want to run the app on Android with Popup Completion mode as it runs on windows.

Related

Updating mobile version in android

I'm currently developing my first app with Visual Studio 2015 - Apache Cordova. I've coded everything and the code is fully working on my Ripple (emulator in browser) which has 4.x.x OS.
However, when i pack up the apk and move it to my phone (which has 6.x.x OS) it works normally, but the modals, bootstraps and stylesheets (CSS-file) are not working. To clarify; If I've made style modifications in my HTML-file, those changes will be shown how they should be, in the app.
Is there any way that I could change the pre-requisites so it works on my Phones current OS (6.x.x) or is there simpler method to work around this?

Game wont fully load on Android (Xamarin/CocosSharp)

Let me start by saying that i'm new to Xamarin/Cocossharp and game development in general.
I did a very basic game/application starting from the Cocossharp template for Shared application in VS2015. Now my app works well on WP (Emulator & Device) but wont start up on android.
After the emulator laoded this is what i get:
android 4.4 emulator
No Exception has been generated. I only get those errors in the output window, but they don't actually crash the application:
debug output
it looks like the Android version of the app doesn't go further than the class MainActivity.cs, which is generated by the template and should not be necessarily modified. Btw I have the same problem while trying to execute the examples from Xamarin.com
strugling with this issue since two days, help would be very appreciated!
This issue was already answered.
It was only necessary to set GPU emulation to true in Hardware properties of the virtual device.

Unity 4.6 InputField doesn't work stable with android

So I have an issue with the fairly new Unity 4.6 UI system.
I have a multiplattform project and everything works fine (pc/ ios) but my input fields for the user to log in sometimes don't open the Touchkeyboard, or it is not possible to focus them.
I guess I have to open the keyboard manually, focus the inputfield and do the navigation myself, but there is not a lot of documentation about it...
so my questions:
How do I hide the mobile input field (the one above the keyboard) via Script on run time?
How can I keep the keyboard always open, but still use the submit-event of the keyboard?
Any other cool ideas which could fix my issue?
I am running on my test device android 4.1.2, 4.2.2 and 4.4.2 and I can recreate that problem on all of those, even though 4.4.2 seems to be the worse.
Thank you very much my brave Unity UI warriors!
Make sure you are using latest unity version, they had a few bugs related to InputField in 4.6. If that doesn't help, you should try patch releases.
How to hide InputField additional input box in unity3d

CORDOVA / PHONEGAP ON ANDROID 5.1 after background mode restarts always from INDEX

i have a problem with my hybrid app developed with cordova / phonegap (it not yet published..it is in test phase). As the subject of the post , if i test my app on my NEXUS 5 with ANDROID LOLLIPOP 5.1 and I put my app in background mode , when I clicked on the box in background, it restart ALWAYS from INDEX.HTML . In this regard , I tested the cordova starting app( the one with the message on the screen DEVICE READY ) and I added some more pages that I browse ( as index.html , test.html , try.html ) . The behavior is exactly the same :-( . Does anyone know help me out about it? It might be some problems with the new Android WebView System ? I tried to remove updates and uninstall it , but the behavior does not change .
Everything works correctly on all versions of IOS and on all versions 4.xx of Android. (I have not tested this behavior on lollipop 5.0)
I have used cordova 3.7 or 4. (same behavior)
thanks in advance
I finally found the problem. Among the Developer options there was the 43rd option enabled >:( " APPS - Do not keep activities: Destroy every activity as soon as the user leaves it" . For this reason my cordova app after background mode, restarted always from index. Thanks for the help.

Application running really slow when android os update to 4.1.2

I have made HTML5 application which is using vmoss platform, similar to phonegap. The application was running smoothly on samsung galaxy 10.1 tab with android version 4.0.4. After the client updated the device to android 4.1.2 now he is complaining of following issues.
Calendar control not working in new version
Text box controls having focus issues
Application GUI Issues because response is very slow
The page where issue of slowness comes is the page where child pages are loaded inside one of its div.
Can someone tell me, is it android os update issue or what?
i think it's because of the platform not updated to work/cope well with version 4.1.2
this one is vmoss platform issue.
Better try to run simple Html page with all these control without using the VMOSS at backend and see if there will be any issue.
Some time the version of Jquery doesn't fully support by the browser.

Categories

Resources