We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a994546 commit 513c3deCopy full SHA for 513c3de
README.md
@@ -206,7 +206,7 @@ import { InAppBrowser } from "nativescript-inappbrowser";
206
@NativeClass()
207
@JavaProxy("org.nativescript.demo.MainActivity")
208
export class Activity extends androidx.appcompat.app.AppCompatActivity {
209
- public onCreate(): void {
+ public onStart(): void {
210
// InAppBrowser initialization for CustomTabsServiceConnection
211
InAppBrowser.onStart();
212
}
0 commit comments