3

IPFS status in May 2021 : brave, opera, (chrome + firefox but with addon on desktop)

I'm wondering when ipfs will be ported to chrome and safari mobile => especially for webview

because those links, won't open in webview or chrome mobile or safari mobile...

<a href="ipfs://QmT5NvUtoM5nWFfrQdVrFtvGfKFmG7AHE8P34isapyhCxX/" />test</a>

only this will work

<a href="https://ipfs.io/ipfs/QmT5NvUtoM5nWFfrQdVrFtvGfKFmG7AHE8P34isapyhCxX/wiki/Mars.html" />test</a>

is it because we would have to implement ipfs node natively in the app ?

Jintor
  • 607
  • 8
  • 32

2 Answers2

4

IPFS availability in native webviews:

  • iOS would require operating system support
  • Android does allow replacing the default browser engine for webviews - so it is technically possible for native support on Android

Outside of webviews, here's a state of IPFS on mobile browsers:

  • Opera Android and iOS both support ipfs:// and ipns:// addresses, which directs requests to a remote IPFS gateway.

  • Brave Android and iOS are both in progress for similar support

  • No progress on Chrome, Firefox

Native IPFS nodes:

Dietrich Ayala
  • 921
  • 6
  • 9
1

I doubt it will ever come to iOS except as a native implementation because of the OS' locked-down nature, which means it’ll be a while as we wait for IPFS to become more mainstream.

unbeatable101
  • 205
  • 1
  • 12