Ionic-Deploy for UWP: Problems with redirect -


i have been working on uwp version of ionic-deploy , have of functionality down. stuck how redirection step. through research have found people suggesting using:

location.href = "destination"; 

using gives error stating windows sees starting different app , such not allow it.

another result of research suggests using the

winjs.navigation.navigate("destination"); 

along handler (suggestion how handler should used). here encounter problem on windows 10 winjs.ui.animation not seem exist.

as continue find techniques seems work older versions of windows app platform ask if here knows of way redirect different html file in uwp. extension of existing ionic-deploy plugin there should no requirement solution need specific way of constructing ones app, both in regards html , javascript code.


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -