You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 2, 2025. It is now read-only.
I'm having some trouble with my MacGap application, and no amount of Googling has been able to solve it. The problem is I cannot type inside the web view. I can focus on HTML <input/> fields and click buttons, etc, but when trying to type it just makes that ‘doh’ sound & no text is entered into the field. I'm using XCode v 5.1.1 on 10.9.
I've added an NSToolbar above the main WebView window if it makes any difference.
When comparing my application to a fresh MacGap app (which works fine) I can't identify anything different that may be causing the issue.
Any ideas on where I should be looking to identify the problem would be greatly appreciated.