RE: Web screenlet blinking while moving up and down

Dagon Pye, modified 5 Years ago. New Member Post: 1 Join Date: 3/1/20 Recent Posts
Hello Eveyone,I have some issue with web screenlet, while i move down or up of the screen, it is blinking every time. I am very new to screenlet and android. Can someone please suggest. I am using liferay 7.2.1 and screenlets are as pre following.  Please suggest. I am attaching error short video. Thanks
implementation [b]'com.liferay.mobile:liferay-screens:5.0.2'
[/b]implementation [b]'com.liferay.mobile:liferay-material-viewset:5.0.4'
[/b]implementation [b]'com.liferay.mobile:liferay-westeros-viewset:5.0.4'[/b]
Thank You
thumbnail
Javier Gamarra, modified 5 Years ago. Expert Posts: 348 Join Date: 2/12/15 Recent Posts
Hi!I'm afraid it's an issue with senna, the workaround is to disable SPA for that page emoticon
thumbnail
Yan Paing, modified 5 Years ago. Regular Member Posts: 130 Join Date: 3/11/10 Recent Posts
Thanks for workaround. I will try with that approach. 
thumbnail
Yan Paing, modified 5 Years ago. Regular Member Posts: 130 Join Date: 3/11/10 Recent Posts
Hello @Javier Gamarra,
Is there any impact to disable SPA. I need to do for the whole application. i plan to do it in portal-ext.properties file at javascript.single.page.application.enabled=false. Thank you 
thumbnail
Javier Gamarra, modified 5 Years ago. Expert Posts: 348 Join Date: 2/12/15 Recent Posts
Pages will load/refresh slightly different. You can disable just one portlet if you just need some specific part: https://stackoverflow.com/questions/41288039/how-can-i-disable-sennajs-spa-in-liferay-7
thumbnail
Yan Paing, modified 5 Years ago. Regular Member Posts: 130 Join Date: 3/11/10 Recent Posts
Hi @Javier Gamarra,
Noted and thanks.