Ogra webapp - javascript alerts not working
-
hello,
i have a webapp that uses Oauth. Tried to publish it as a simple web app with
webapp-creator
but i am not able to authenticate because every foreign url opens in the browser (ref issue: https://github.com/Jujuyeh/webapp-creator/issues/28 ). So as a work around, i publish my webapp as aOgra webapp
but noticed then that every alert, confirm dialog boxes are not handled.It seems to be related to Oxide. Any idea how can i get rid of this ? Any webapp template somewhere ? (i don't really need Ogra).
Thanks
-
@lduboeuf ok, finally found a workaround. Build it from scratch. Seems that by allowing all i.e
webapp-container --webappUrlPatterns=* ...
it's fine.
source code here: https://github.com/lduboeuf/ut-ttb-wrapper