Closed Daeon97 closed 2 months ago
Hey @Daeon97 they scheme would be w3a
instead of w3a://
. The application will create the url based on the scheme, host and path.
Hey @Daeon97 they scheme would be
w3a
instead ofw3a://
. The application will create the url based on the scheme, host and path.
Alright thanks @AyushBherwani1998
In your example app
AndroidManifest.xml
file, you have thisHowever you never specify where to get or how to know the correct
android:scheme
to specify here. This is neither in your docs nor explained in the example app itselfIn your docs, you use this to illustrate
Accept URIs: w3a://com.example.w3aflutter
by deduction I guessw3a://
is theandroid:scheme
here however my guess may be wrong because this is not clearly stated in the docs and nothing is said about how to get correctandroid:scheme
or the implications of not using the correctandroid:scheme
. Now, in your example app you useandroid:scheme="torusapp"
I am really confused. With relation to this library, should
android:scheme
conform to a specific pattern or value or not and also could you guys update your docs to reflect how exactly one can get, set and/or correctly specify thisandroid:scheme