You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Or, pass only the Storyboard name. If you don't pass a
177
+
* ViewController class name in second param, the
178
+
* "rootViewController" of your storyboard will be
179
+
* instantiated.
180
+
*
181
+
* By convention, your
182
+
* Storyboard name needs finish with 'Storyboard'
183
+
*/
184
+
cordova.plugins.NativeView.show('MyStorboard');
185
+
````
186
+
187
+
### IONIC
169
188
170
189
Replace `document.addEventListener`event to `this.platform.ready().then(...)` service method. See [IONIC Platform documentation](https://ionicframework.com/docs/api/platform/Platform/)
171
190
## License
@@ -174,4 +193,4 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
0 commit comments