
Launches a web browser via a simple function call, enabling URL opening on Android and iOS. Easily integrated through Gradle dependency in the commonMain source set.
A simple KMP library that allows you to launch a Web Browser on both Android/iOS.
You can add a dependency inside the commonMain source set:
commonMain.dependencies {
implementation("com.stevdza-san:browser-kmp:1.0.4")
}Simply call openWebBrowser() function and pass the URL.
openWebBrowser(url = "https://stevdza-san.com")โญ Give a star to this repository.
โ Let's get a coffee. You're paying!๐ https://ko-fi.com/stevdza_san
Designed and developed by stevdza-san (Stefan Jovanoviฤ)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
A simple KMP library that allows you to launch a Web Browser on both Android/iOS.
You can add a dependency inside the commonMain source set:
commonMain.dependencies {
implementation("com.stevdza-san:browser-kmp:1.0.4")
}Simply call openWebBrowser() function and pass the URL.
openWebBrowser(url = "https://stevdza-san.com")โญ Give a star to this repository.
โ Let's get a coffee. You're paying!๐ https://ko-fi.com/stevdza_san
Designed and developed by stevdza-san (Stefan Jovanoviฤ)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.