Josek5494's Forum Posts

  • xdk last version:

    Check this option in your xdk project:

    If all of this is good and your problem is not solved, tell us the proccess and steps youre following to export the construct project to xdk.

  • Xdk version are you using?

  • I am using intel xdk to compile

    cordova is coding, that I don't know

    ...

    Ok, i tell you some simple steps:

    -Option 1: you have to install the plugin in C2. This (which cost 10$): tinyurl.com/zopztls / or wait for mine in a few weeks (free cost)

    -Option 2: share calling a cordova plugin imported in xdk. To do this, look at the 4th page of this tutorial: tinyurl.com/jrc595m

    My plugin will let you use the second option easier, without calling any code in C2.

  • Are you using Cordova? If the answer is yes, you can use cordova social sharing plugin: tinyurl.com/hwng8hk

    You can call it with javascript in C2. You can buy the cranberry plugin for sharing instead, or wait for my free plugin in a few weeks hahahah

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • > Will you need to solve this issue in more apps?

    >

    Well I am currently working on my first game. But once i get this one finished I have a million ideas falling out of my head for future games, so I'll probably be battling with these kinds of issues in the future. Hopefully the status bar issue is resolved for me now though. But if you made a plugin that gave a bit more control: allowing the nav bar to be visible at all times for eg, that could be useful?

    The plugin will call the methods of the official cordova plugin: github.com/apache/cordova-plugin-statusbar

    I think these will be pretty good and useful:

    StatusBar.overlaysWebView

    StatusBar.styleDefault

    StatusBar.styleLightContent

    StatusBar.styleBlackTranslucent

    StatusBar.styleBlackOpaque

    StatusBar.backgroundColorByName

    StatusBar.backgroundColorByHexString

    StatusBar.hide

    StatusBar.show

  • ...This isn't exactly what I was trying to achieve but it's close enough that i'm happy with it.

    Nice to see you solved the problem. May be a good idea to do some type of plugin for C2 to call statusbar xdk plugin functions, i think i'll do it in a few weeks . Will you need to solve this issue in more apps?

  • why you want to compress your project? and if you want to, things don't work like that. You must use some type of plugin or code to encrypt and compress i think (i don't have any idea about this type of things)

  • Seems like you're using an invalid name for a file in the project. Check there's no invalid characters

  • What value is in the configurations settings of the project in C2?

  • When you export cordova project in C2, there's an option to hide the status bar. Did you try that to see if works too?

    I have no problems with that option and fullscreen option in xdk, both checked.

  • Be sure there's no splashscreen plugin installed in XDK and no emulate splashscreen option in xdk emulator too. Try to build your app and see if the blank screen continues in a device or it's just on the emulator.

  • yes

    construct's project loader is always shown in all platforms i think. Splash screen is not the same thing, in cocoon you have to pay to remove their splash, in xdk you can pick your own freely

  • cordova supports loader bar?

    you mean at the launch of the app? the loader screen at the beginning in Construct project?

  • look at this post: fgl.com/view_thread.php

  • Intel xdk, it's not that easy like cocoon but it's completely free and has an amazing customization.