1st test get random rss/feed url, say oc register example. URI encode it (still necessary?) in node:
node -e 'const newurlenc=encodeURIComponent("https://www.ocregister.com/feed/");console.log(newurlenc);'
This gives us:
https%3A%2F%2Fwww.ocregister.com%2Ffeed%2F
Now add as parameter on launch:
https://raykooyenga.com/apps/news-app/?q=https%3A%2F%2Fwww.ocregister.com%2Ffeed%2F
Try mobile device hotfix branch:
https://raykooyenga.com/apps/news-app/phone2.html?q=https%3A%2F%2Fwww.ocregister.com%2Ffeed%2F
test subject: ** app/phone2.html **
[ ] Hotfix Behavior Android [ ] Hotfix Behavior iPhone [ ] Hotfix Behavior iPad [ ] Hotfix Behavior Chrome Desktop [ ] Hotfix Behavior Firefox Ddesktop
[x] URL Args Behavior Android [ ] URL Args Behavior iPhone [ ] URL Args Behavior iPad [x] URL Args Behavior Chrome Desktop [x] URL Args Behavior Firefox Desktop