Skip to content

Instantly share code, notes, and snippets.

@deadflowers
Last active February 8, 2025 11:51
Show Gist options
  • Save deadflowers/f61a321e059d7d5e13966de4bbc7c6dd to your computer and use it in GitHub Desktop.
Save deadflowers/f61a321e059d7d5e13966de4bbc7c6dd to your computer and use it in GitHub Desktop.
RSS News - Mobile Hotfix | URL Argument Load

RSS News - Mobile Hotfix | URL Argument Load

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

Tests

test subject: ** app/phone2.html **

:Hotfix

[ ] Hotfix Behavior Android [ ] Hotfix Behavior iPhone [ ] Hotfix Behavior iPad [ ] Hotfix Behavior Chrome Desktop [ ] Hotfix Behavior Firefox Ddesktop

:BYO URL Load

[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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment