grigrizljac's Forum Posts

  • I have the same problem.

  • 1. Definitely! And to remember for each project separately.

  • Finally fixed status bar \o/

    Add this code to your loader/first layout:

    System|On Start of Layout -> execute javascript

    "intel.xdk.device.hideStatusBar();"[/code:uhr2e595]
    EDIT: it doesn't seem to work :/
  • I believe you have to buy the cranberrygame plugin package. Send a PM to him.

    Ok, I've PM-ed him, but the plugin is paid. I don't think it's sensible to first buy C2, and then plugins, just because there are bugs in Intel XDK or C2 ...

    Ashley, are these (hide Status Bar on iOS doesn't work & Portrait orientation lock doesn't work on iPad) C2 bugs? Or, imaffett, are these Intel XDK/Cordova bugs?

    Thanks.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Be sure you have "Global" set to off in this object's properties.

  • > What did you mean by 1_? I have "Fullscreen in browser" set to "Scale outer".

    >

    I meant about this option. I normally uso "Letterbox Scale" to keep the ratio.

    >

    > 2_ So I just add a third-party plugin to XDK, with ID cordova-plugin-screenorientation-portrait and source https://github.com/cranberrygame/cordova-plugin-screenorientation-portrait?

    >

    You'll need to install this plugin in C2 and insert it in your project (if you haven't done)

    >

    > 4_ Which final app?

    >

    After your build it using the Intel XDK

    I have Scale Outer, so I can easily avoid black edges, I can position things as I want.

    I can't find the plugin, could you please post the URL?

    The wrong (Cordova) icon shows when the app is built and then downloaded from App Store in Spotlight Search, Settings -> Usage and in App Switcher. However, I've seen that this icon is somewhere in the .ipa file, so I'll change it manually each time I build the app.

    Thanks.

  • grigrizljac

    1_ Do you set the "fullscreen" in the C2 too?

    2_ Use the Cranberry Phonegap Screen Orientation Portrait plugin to fix it

    3_ I could never fix this issue

    4_ I believe the cordova icon doesn't appear in the final app

    Thanks for your suggestions.

    What did you mean by 1_? I have "Fullscreen in browser" set to "Scale outer".

    2_ So I just add a third-party plugin to XDK, with ID cordova-plugin-screenorientation-portrait and source https://github.com/cranberrygame/cordova-plugin-screenorientation-portrait?

    4_ Which final app?

    Thanks

  • I have few problems with my app, built with Intel XDK (iOS Cordova).

    1. Status bar is shown on all devices. I have ticked "Hide Status Bar" in C2 while exporting, and ticked "Fullscreen" in Intel XDK build settings.

    2. Portrait lock orientation doesn't work on iPads. I have set "Orientation" to "Portrait" in both C2 and XDK, but on iPads, it can be rotated to landscape.

    3. Music (only in music folder) starts only on first touch. Sounds seem to work on start of layout.

    4. Icon is correct on the Home Screen, but it's Cordova in App Switcher and in Settings -> Storage.

    5. A joystick is used to control the circle. If I start holding, and move my finger to the right edge and over of my device, it still recognises the touch, moving the circle all the way to the right.

    Here's the app I'm talking about: https://appsto.re/si/NYe88.i

    imaffett

    Any suggestions/solutions?

  • Every 0.2 seconds -> Set variable to: round(random(1,10))

  • I have few problems with my app, built with Intel XDK (iOS Cordova).

    1. Status bar is shown on all devices. I have ticked "Hide Status Bar" in C2 while exporting, and ticked "Fullscreen" in Intel XDK build settings.

    2. Portrait lock orientation doesn't work on iPads. I have set "Orientation" to "Portrait" in both C2 and XDK, but on iPads, it can be rotated to landscape.

    3. [Will do a workaround, iOS' limitation] Music (only in music folder) starts only on first touch. Sounds seem to work on start of layout.

    4. Icon is correct on the Home Screen, but it's Cordova in App Switcher and in Settings -> Storage.

    5. [SOLVED] A joystick is used to control the circle. If I start holding, and move my finger to the right edge and over of my device, it still recognises the touch, moving the circle all the way to the right.

    Here's the app I'm talking about: https://appsto.re/si/NYe88.i

    imaffett

  • Square Eater arrived to iOS App Store!

    The most powerful update yet arrived!

    What's New:

    +Powerups! Nine different powerups to collect:

    1. spawn lots of green squares,

    2. move through walls,

    3. invincible,

    4. moving red squares,

    5. teleport,

    6. clear,

    7. high speed,

    8. low speed,

    9. shrink.

    +You can now go through walls in "Follow" mode

    +Colorblind mode (top-right corner in menu)

    *Small changes (you can't go through wall normally)

    +Sharing option

    +Power-up SFX

    *Bugfixes

    *Improvements

    Any feedback is appreciated. Tell me what you think.

    I'll tag

    aliweka now

  • Hi grigrizljac, when I use your method, it just keep poping out the alert, can not quit

    It was fixed recently, I think in iOS 8.4 (but I'm not sure). But it's fixed in 9 beta.

  • korbaach Thanks! You're a lifesaver (as always )

  • *bump*

  • How do I disable autocorrect (on iOS and Android) in textbox? It's pretty annoying when a user wants to type in the username, autocorrect "corrects" it.

    Thanks in forward