deivdev

Results 5 comments of deivdev

Some workaround? or some tips? I'm stucked here and i have no more idea.

so, i want try building with sdk 28. I let you know.

no, same crash error building with sdk 28. i found this workaround, but it's so ugly. ``` _app.on(_app.suspendEvent, function(args) { if (args.android) { var app_frame= _frame.getFrameById("app_frame"); if(app_frame){ app_frame.navigate({ moduleName: "toor/toor-page"});...

I'm currently using the core implementation not the angular one. What are the difference between `page-router-outlet `and` router-outlet` ?

do you have some idea about how to fix/workaround this bug in nativescript/core ? my bad workaround does not cover all cases and bring always back to homepage.