Hundreds of features to explore
Games made in Construct
Your questions answered
Popular & trusted by schools and Universities world-wide
Construct 3 runs in the browser & works offline
Students do not need accounts with us
Our educational partners
Free education resources to use in the classroom
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
Has not worked for me, even copy/pasting your config.xml and building my app with your app's name.
Has anybody else had success, using Cordova on a Mac to create the Xcode project (i.e. not letting XDK do the work)?
Just got an email from someone who purchased one of my apps - black screen on all devices using iOS10. This is going to be a nightmare
chrisnewman Guinness CDogs1964 -- please see second part of the top post for possible solution to the black screen problem on iOS 10 > https://software.intel.com/en-us/forums ... pic/685395 <
Develop games in your browser. Powerful, performant & highly capable.
Did you get it going COGames? I had the same situation. My app was just starting to make a few sales and was going up in rank. I had to warn of the issue and resubmit a new app. Now its dropped again with the only update saying "now works with ios10". At least its going.
There seems to be a variety of ways to work around the issue.
Thanks. Doing this in construct2.js
/* this.isWKWebView = !!(this.isiOS && this.isCordova && window.indexedDB); */ this.isWKWebView = false; [/code:15ufv7tv] has got me out of a hole until this is properly addressed.