Open jibon57 opened 6 years ago
Have you tried closing the popup when you navigate
@triniwiz Thanks for your quick response. Yes, I tried that too like this:
t.hidePopup();
setTimeout(() => {
t.routerExt.navigateByUrl("/login");
}, 500);
But no luck :(
Any error?
On Wednesday, April 18, 2018, 1:38 PM, Jibon Lawrence Costa notifications@github.com wrote:
@triniwiz Thanks for your quick response. Yes, I tried that too like this:
t.hidePopup();
setTimeout(() => {
t.routerExt.navigateByUrl("/login");
}, 500);
But no luck :(
— You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
Actually not error but blank page like this
Try subscribing to the router and see what page you are on
On Wednesday, April 18, 2018, 1:49 PM, Jibon Lawrence Costa notifications@github.com wrote:
Actually not error but blank page like this
— You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
@triniwiz will you please give some hints to do so?
Thanks
@triniwiz I tried to check where it's going to that login page or not. I saw it isn't displaying any contents if I tried to display any data. So, I ain't sure if that is really going to appropriate page or not.
@triniwiz Any hints to solve this problem?
Hi,
Thanks for the excellent plugin. I was trying it in my Angular project with NativeScript 4.0.0. Everything was working great except when I was trying to navigate to another page from tap event of the listed item, that time I am getting only white page.
Any hints in where I am doing mistake?
Thanks