The power of the HTML5 inside Construct 3. Create HTMLElements, handle events and manage CSS style.
But then, i receive a message from my client, said that the game didn't load on iOS.
As I do trial and error to found the problem, turn out it's HTMLElement itself.
Once I try to remove everything from HTMLElement from my project, the game can run in iOS.
This time, to test it, I add an instance of HTMLElement with default value. Wether the object is inside the layout or outside the layout is the same. It's not working on iOS.
I remove the instance, leave only HTMLElement in construct project folder. It's not working too. The game didn't even load, only black screen.
I only manage to test that, as I didn't have the devices, and my client only want to go that far to test the plugin.
I'm sorry that I can only report it like this.