dominic-simplan commented on issue #291: Scrolling not working on Windows App 
when Local Mode is enabled
URL: https://github.com/apache/cordova-windows/issues/291#issuecomment-413470857
 
 
   Okay I just tried to added the directive `script-src ms-appx-web: 
'unsafe-eval' blob:` to my index.html and switch the app to remote mode: I can 
also see the violation, but scrolling works fine.
   So the scrolling issue doesn't seem to be related to the CSP violation 
(which possibly doesn't have any bad side effects).
   
   To wrap it up:
   
   - A CSP violation error due to inline script is displayed when running the 
UWP app in local mode as the runtime dynamically overwrites the script-src 
policy at runtime. It is unknown what's blocked exactly, but most likely 
unrelated to the scrolling issue
   - Scrolling does not work when local mode is enabled.
   
   Do you think I should check directly with Microsoft or the Cordova Core 
team? I have no clue how to continue analyzing this issue. We just recently 
migrated to Cordova. Before we were using Xamarin with a WebView for the same 
app and scrolling was working...
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to