Sorry I botched my conclusion. I should have written:
However, when back to "Use workers: No", the Text fields react to "On tap" events, and network features work properly with the modified Photon plugin... Hence I believe the Text insensitiveness to tap is caused by a combination of workers and the "inline-script" mode set in plugin.js.
As a recap:
Using the original Photon plugin with "external-script" in plugin.js,
- Setting "Use workers: No" => App works but without workers
- Setting "Use workers: Yes" => App doesn't launch (black window)
Using the modified Photon plugin with "inline-script" in plugin.js,
- Setting "Use workers: Yes" => App launches but Text fields don't react to "On tap" events
- Setting "Use workers: No" => App works but without workers
Does it make sense?