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 has been archived by the owner on Jan 27, 2021. It is now read-only.
I'm trying to setup a project with smartclient framework, and i've noticed that on windows platform it doesn't work because framework internally call to createContextualFragment and insertAdjacentHTML to generate dom contents.
And it throws an exception (HTML1701: Unable to add dynamic content errors...)
May be possible to override native calls for these methods in order to work with this framework with cordova on windows platform?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi...
I'm trying to setup a project with smartclient framework, and i've noticed that on windows platform it doesn't work because framework internally call to createContextualFragment and insertAdjacentHTML to generate dom contents.
And it throws an exception (HTML1701: Unable to add dynamic content errors...)
May be possible to override native calls for these methods in order to work with this framework with cordova on windows platform?
The text was updated successfully, but these errors were encountered: